aboutsummaryrefslogtreecommitdiff
path: root/public/index.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-11-28 21:49:55 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-11-28 21:49:55 +0100
commit2a798e544b93d112bad5d1622b06a8f7bfc525cd (patch)
tree6c5f54de10befbf79889804a2c1e67b9a8acbb82 /public/index.php
parent7cdc477c45a84bde56f5253ce34924f164e6ca0a (diff)
Commentaire ETag
Diffstat (limited to 'public/index.php')
-rwxr-xr-xpublic/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/index.php b/public/index.php
index cabd836d5..3a2bcd3ae 100755
--- a/public/index.php
+++ b/public/index.php
@@ -31,7 +31,7 @@ if (file_exists ('install.php')) {
@filemtime(LOG_PATH . '/application.log'),
@filemtime(DATA_PATH . '/application.ini')
);
- $_SERVER['QUERY_STRING'] .= '&utime=' . file_get_contents(DATA_PATH . '/touch.txt');
+ $_SERVER['QUERY_STRING'] .= '&utime=' . file_get_contents(DATA_PATH . '/touch.txt'); //For ETag
if (httpConditional($dateLastModification, 0, 0, false, false, true)) {
exit(); //No need to send anything
}