aboutsummaryrefslogtreecommitdiff
path: root/constants.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2015-07-10 23:36:52 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2015-07-10 23:36:52 +0200
commit96b720b03269826ea0a6d58d8aea8ebf7ce7c1d9 (patch)
tree1785df9285b79fe978c32c8c8adcaed7ee3f4773 /constants.php
parent1cf466cd56157ef2933d1233cba87b9e49954f25 (diff)
Changelog with more precise version PHP 5.2.1
https://github.com/FreshRSS/FreshRSS/issues/894 https://github.com/marienfressinaud/FreshRSS/commit/0cabd1f50dd7d1cf0941a50139e6fbeed6825b4d https://github.com/FreshRSS/FreshRSS/issues/789#issuecomment-73878076
Diffstat (limited to 'constants.php')
-rw-r--r--constants.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/constants.php b/constants.php
index d5f0cc06b..2df014053 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());
+define('TMP_PATH', sys_get_temp_dir()); //Requires PHP 5.2.1+