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