mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Ajout de clearstatcache()
This commit is contained in:
parent
d7039c4df0
commit
88ec9fc292
|
|
@ -75,6 +75,8 @@ $db = new DoliDb();
|
|||
|
||||
$user = new User($db);
|
||||
|
||||
clearstatcache();
|
||||
|
||||
//XAVIER DUTOIT 18/09/2003 : si l'utilisateur n'est pas authentifié apache, on essaie pear Auth
|
||||
|
||||
if (!empty ($GLOBALS["REMOTE_USER"]))
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user