From c39d88b04b58d12c54d76d2f97c4d008fb448160 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sun, 1 Dec 2013 23:26:30 +0100 Subject: Install.php : mise à jour pour favicons MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Voir https://github.com/marienfressinaud/FreshRSS/issues/273 --- public/install.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'public/install.php') diff --git a/public/install.php b/public/install.php index 9b7cc779f..577714764 100644 --- a/public/install.php +++ b/public/install.php @@ -271,7 +271,7 @@ function checkStep1 () { $data = DATA_PATH && is_writable (DATA_PATH); $cache = CACHE_PATH && is_writable (CACHE_PATH); $log = LOG_PATH && is_writable (LOG_PATH); - $favicons = is_writable (PUBLIC_PATH . '/favicons'); + $favicons = is_writable (DATA_PATH . '/favicons'); return array ( 'php' => $php ? 'ok' : 'ko', @@ -476,7 +476,7 @@ function printStep1 () {

-

+

-- cgit v1.2.3