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());