From 88ec9fc29224cb038ecc47230d0fed8ac38c59d7 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sun, 31 Aug 2003 22:20:35 +0000 Subject: [PATCH] Ajout de clearstatcache() --- htdocs/main.inc.php3 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/main.inc.php3 b/htdocs/main.inc.php3 index 7ea21920cc3..6ac94e39596 100644 --- a/htdocs/main.inc.php3 +++ b/htdocs/main.inc.php3 @@ -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"]))