From d9d9801e8da07b917aa89ce830dad2304f6ab6fc Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sun, 12 Jul 2015 15:54:43 +0200 Subject: Remove superfluous comment sys_get_temp_dir() requires PHP 5.2.1+ --- constants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants.php b/constants.php index 2df014053..d5f0cc06b 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()); //Requires PHP 5.2.1+ +define('TMP_PATH', sys_get_temp_dir()); -- cgit v1.2.3