Make read of log easier

This commit is contained in:
Laurent Destailleur 2010-07-14 14:25:48 +00:00
parent 8f1de8b47e
commit f22aea3361

View File

@ -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));