Browse Source

Remove superfluous comment

sys_get_temp_dir() requires PHP 5.2.1+
Alexandre Alapetite 10 years ago
parent
commit
d9d9801e8d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      constants.php

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