aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2015-07-12 15:54:43 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2015-07-12 15:54:43 +0200
commitd9d9801e8da07b917aa89ce830dad2304f6ab6fc (patch)
tree6187707e7abf29a6af59781bb4d1012cf7374cfc
parent96b720b03269826ea0a6d58d8aea8ebf7ce7c1d9 (diff)
Remove superfluous comment
sys_get_temp_dir() requires PHP 5.2.1+
-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());