diff options
| author | 2015-07-12 16:14:02 +0200 | |
|---|---|---|
| committer | 2015-07-12 16:14:02 +0200 | |
| commit | 5f3f9ebfba935421b141bf32e6ff45a34fe6a375 (patch) | |
| tree | 37ef5db8991bb89fd337213e3ea1873046dada83 /constants.php | |
| parent | 4cd9b938800f7b6a7d84615d2ce494c869d9c0d7 (diff) | |
| parent | 10deab004dcde9354a9c14bd747310dbf37c89f0 (diff) | |
Merge branch 'FreshRSS/dev' into dev
Diffstat (limited to 'constants.php')
| -rw-r--r-- | constants.php | 2 |
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()); |
