From 6e5298390686ce46b02808ad7481a11db4c86dd2 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Fri, 8 Nov 2013 17:39:48 +0100 Subject: Petits changements mineurs --- public/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/index.php') diff --git a/public/index.php b/public/index.php index 10292d111..9eee5dc54 100755 --- a/public/index.php +++ b/public/index.php @@ -31,7 +31,7 @@ if (file_exists (PUBLIC_PATH . '/install.php')) { session_cache_limiter(''); require (LIB_PATH . '/http-conditional.php'); $dateLastModification = max(filemtime(PUBLIC_PATH . '/data/touch.txt'), - filemtime(LOG_PATH . '/application.log'), + @filemtime(LOG_PATH . '/application.log'), filemtime(PUBLIC_PATH . '/data/Configuration.array.php'), filemtime(APP_PATH . '/configuration/application.ini'), time() - 14400); -- cgit v1.2.3