diff options
| author | 2013-11-28 21:49:55 +0100 | |
|---|---|---|
| committer | 2013-11-28 21:49:55 +0100 | |
| commit | 2a798e544b93d112bad5d1622b06a8f7bfc525cd (patch) | |
| tree | 6c5f54de10befbf79889804a2c1e67b9a8acbb82 /public | |
| parent | 7cdc477c45a84bde56f5253ce34924f164e6ca0a (diff) | |
Commentaire ETag
Diffstat (limited to 'public')
| -rwxr-xr-x | public/index.php | 2 |
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 } |
