Explorar el Código

Remove superfluous comment

sys_get_temp_dir() requires PHP 5.2.1+
Alexandre Alapetite hace 11 años
padre
commit
d9d9801e8d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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());