aboutsummaryrefslogtreecommitdiff
path: root/p
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-12-30 12:39:21 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-12-30 12:39:21 +0100
commit3cc073f2d1dd4a5fef5d66e6f30c4496bf2e6421 (patch)
treef31485c80374aff2efcb58a3013b577c27713a24 /p
parent92efd68a3a13e49fe7bbfb8441611c0dcd639415 (diff)
Log compatible multi-utilisateur
Contribue à https://github.com/marienfressinaud/FreshRSS/issues/126. Il faudra restaurer la gestion du cache HTTP pour les logs
Diffstat (limited to 'p')
-rwxr-xr-xp/i/index.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/p/i/index.php b/p/i/index.php
index 6c25b2c54..8d9343a30 100755
--- a/p/i/index.php
+++ b/p/i/index.php
@@ -28,7 +28,6 @@ if (file_exists ('install.php')) {
require (LIB_PATH . '/http-conditional.php');
$dateLastModification = max(
@filemtime(DATA_PATH . '/touch.txt'),
- @filemtime(LOG_PATH . '/application.log'),
@filemtime(DATA_PATH . '/config.php')
);
$_SERVER['QUERY_STRING'] .= '&utime=' . file_get_contents(DATA_PATH . '/touch.txt'); //For ETag