From 0a30bad56f88e3c5fa947c582a2b015b05589d6f Mon Sep 17 00:00:00 2001 From: sparkyx Date: Thu, 9 Jan 2025 10:34:34 +0100 Subject: [PATCH] =?UTF-8?q?S=C3=A9curit=C3=A9=202404=20:=20protection=20de?= =?UTF-8?q?fine?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- html/extension.raw.php | 1 + 1 file changed, 1 insertion(+) diff --git a/html/extension.raw.php b/html/extension.raw.php index 462d0661c..73beee506 100644 --- a/html/extension.raw.php +++ b/html/extension.raw.php @@ -76,6 +76,7 @@ if ( $ext->search($http->request("plugin_code")) != -1 ) fwrite($file_loginput,"\n"); fclose($file_loginput); } + define ('ALLOWED',True); /* call the ajax script */ require_once NOALYSS_PLUGIN.DIRECTORY_SEPARATOR.dirname(trim($ext->getp('me_file'))).DIRECTORY_SEPARATOR.'raw.php'; }