Sécurité 2404 : protection define

This commit is contained in:
sparkyx 2025-01-09 10:34:34 +01:00
parent 71ae5c0f07
commit 0a30bad56f

View file

@ -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';
}