Remove all old references to LOG_PATH

See https://github.com/FreshRSS/FreshRSS/issues/729
This commit is contained in:
Marien Fressinaud
2014-12-28 18:05:02 +01:00
parent 039a83759d
commit c391ca62f1
6 changed files with 13 additions and 14 deletions

View File

@@ -56,9 +56,9 @@ foreach ($users as $myUser) {
$freshRSS->run();
if (!invalidateHttpCache()) {
syslog(LOG_NOTICE, 'FreshRSS write access problem in ' . LOG_PATH . '/*.log!');
syslog(LOG_NOTICE, 'FreshRSS write access problem in ' . USERS_PATH . '/*/log.txt!');
if (defined('STDERR')) {
fwrite(STDERR, 'Write access problem in ' . LOG_PATH . '/*.log!' . "\n");
fwrite(STDERR, 'Write access problem in ' . USERS_PATH . '/*/log.txt!' . "\n");
}
}
Minz_Session::unset_session(true);