diff options
| author | 2013-11-28 22:46:18 +0100 | |
|---|---|---|
| committer | 2013-11-28 22:46:18 +0100 | |
| commit | 4ddcc3bd41d6ba39ff56bffa5fb2e63d0c34bb37 (patch) | |
| tree | 9b1769d877f45d89b1000f04dcc822757b728a25 /public | |
| parent | a3f6bf966acf08be852a42c9dc24f001d17e7b16 (diff) | |
| parent | e8f170f5e35759fa1189d6e7272ca24b3568079d (diff) | |
Merge branch 'dev' of github.com:marienfressinaud/FreshRSS into dev
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 } |
