Security tigh

This commit is contained in:
sparkyx 2026-02-27 11:48:17 +01:00
parent bdefc955ab
commit 43c067fc2d
2 changed files with 4 additions and 0 deletions

View file

@ -1478,6 +1478,9 @@ class Noalyss_User
$p_module,
$_SERVER['REQUEST_URI'],
$action));
if ( $action=="FAIL") {
record_log("security alert see audit");
}
}
}

View file

@ -27,6 +27,7 @@
*
*/
if ( !defined ('ALLOWED')) die('Forbidden');
if ( ! defined ('ALLOWED_ADMIN')) { die (_('Non autorisé'));}
\Noalyss\Dbg::echo_file(__FILE__);
$http=new HttpInput();
$sa = $http->request("sa", "string", 'list');