aboutsummaryrefslogtreecommitdiff
path: root/public/index.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-11-17 15:24:30 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-11-17 15:24:30 +0100
commit9ec13c6c32ad0f8fb50f100e6ae127abe1535ccc (patch)
tree255cfb5995b67df7edd5fa541bebe3905be44715 /public/index.php
parent53505964412fc05d5bbd11b0707b4700634c8f9f (diff)
Début de multi-utilisateurs
Préparation de https://github.com/marienfressinaud/FreshRSS/issues/126 Suite de https://github.com/marienfressinaud/FreshRSS/issues/248 Nécessite un script de mise à jour https://github.com/marienfressinaud/FreshRSS/issues/255 Install.php n'est pas encore testé https://github.com/marienfressinaud/FreshRSS/issues/273
Diffstat (limited to 'public/index.php')
-rwxr-xr-xpublic/index.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/public/index.php b/public/index.php
index d989bc11d..108853fb7 100755
--- a/public/index.php
+++ b/public/index.php
@@ -28,7 +28,6 @@ if (file_exists ('install.php')) {
$dateLastModification = max(
@filemtime(DATA_PATH . '/touch.txt'),
@filemtime(LOG_PATH . '/application.log'),
- @filemtime(DATA_PATH . '/Configuration.array.php'),
@filemtime(DATA_PATH . '/application.ini')
);
if (httpConditional($dateLastModification, 0, 0, false, false, true)) {