Make read of log easier
This commit is contained in:
parent
8f1de8b47e
commit
f22aea3361
@ -660,7 +660,7 @@ if (! defined('NOLOGIN'))
|
||||
$user->getrights();
|
||||
}
|
||||
|
||||
dol_syslog("Access to ".$_SERVER["PHP_SELF"]);
|
||||
dol_syslog("--- Access to ".$_SERVER["PHP_SELF"]);
|
||||
//Another call for easy debugg
|
||||
//dol_syslog("Access to ".$_SERVER["PHP_SELF"].' GET='.join(',',array_keys($_GET)).'->'.join(',',$_GET).' POST:'.join(',',array_keys($_POST)).'->'.join(',',$_POST));
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user