diff options
| author | 2013-11-10 20:19:41 +0100 | |
|---|---|---|
| committer | 2013-11-10 20:19:41 +0100 | |
| commit | 3bd4e808789b53ed6b338f4dbe42494b00ae1251 (patch) | |
| tree | 74f30ec42a45b4bef5f65664c16eb8c3a96c49e3 /public/index.php | |
| parent | 97c3c7575a586382ea87f8faa1e9e78afb64710a (diff) | |
Suppression limitateur de cache
Le cache semble bien fonctionner. Suppression de la limite de 4 heures
utilisée pour la 0.6
Diffstat (limited to 'public/index.php')
| -rwxr-xr-x | public/index.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/public/index.php b/public/index.php index d3b752905..dc6da259d 100755 --- a/public/index.php +++ b/public/index.php @@ -34,8 +34,7 @@ if (file_exists (PUBLIC_PATH . '/install.php')) { @filemtime(PUBLIC_PATH . '/data/touch.txt'), @filemtime(LOG_PATH . '/application.log'), @filemtime(PUBLIC_PATH . '/data/Configuration.array.php'), - @filemtime(APP_PATH . '/configuration/application.ini'), - time() - 14400 + @filemtime(APP_PATH . '/configuration/application.ini') ); if (httpConditional($dateLastModification, 0, 0, false, false, true)) { exit(); //No need to send anything |
