aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2015-07-12 16:14:02 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2015-07-12 16:14:02 +0200
commit5f3f9ebfba935421b141bf32e6ff45a34fe6a375 (patch)
tree37ef5db8991bb89fd337213e3ea1873046dada83
parent4cd9b938800f7b6a7d84615d2ce494c869d9c0d7 (diff)
parent10deab004dcde9354a9c14bd747310dbf37c89f0 (diff)
Merge branch 'FreshRSS/dev' into dev
-rw-r--r--constants.php2
1 files changed, 1 insertions, 1 deletions
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());