From 96b720b03269826ea0a6d58d8aea8ebf7ce7c1d9 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Fri, 10 Jul 2015 23:36:52 +0200 Subject: Changelog with more precise version PHP 5.2.1 https://github.com/FreshRSS/FreshRSS/issues/894 https://github.com/marienfressinaud/FreshRSS/commit/0cabd1f50dd7d1cf0941a50139e6fbeed6825b4d https://github.com/FreshRSS/FreshRSS/issues/789#issuecomment-73878076 --- constants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'constants.php') diff --git a/constants.php b/constants.php index d5f0cc06b..2df014053 100644 --- a/constants.php +++ b/constants.php @@ -25,4 +25,4 @@ define('FRESHRSS_PATH', dirname(__FILE__)); define('APP_PATH', FRESHRSS_PATH . '/app'); define('EXTENSIONS_PATH', FRESHRSS_PATH . '/extensions'); -define('TMP_PATH', sys_get_temp_dir()); +define('TMP_PATH', sys_get_temp_dir()); //Requires PHP 5.2.1+ -- cgit v1.2.3