浏览代码

Remove superfluous comment

sys_get_temp_dir() requires PHP 5.2.1+
Alexandre Alapetite 11 年之前
父节点
当前提交
d9d9801e8d
共有 1 个文件被更改,包括 1 次插入1 次删除
  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());