Security tigh
This commit is contained in:
parent
bdefc955ab
commit
43c067fc2d
2 changed files with 4 additions and 0 deletions
|
|
@ -1478,6 +1478,9 @@ class Noalyss_User
|
|||
$p_module,
|
||||
$_SERVER['REQUEST_URI'],
|
||||
$action));
|
||||
if ( $action=="FAIL") {
|
||||
record_log("security alert see audit");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue