diff options
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 38717a610..265d502cf 100644 --- a/constants.php +++ b/constants.php @@ -41,7 +41,7 @@ if (version_compare(PHP_VERSION, FRESHRSS_MIN_PHP_VERSION, '<')) { if (file_exists(__DIR__ . '/constants.local.php')) { //Include custom / local settings: - include(__DIR__ . '/constants.local.php'); + include __DIR__ . '/constants.local.php'; } defined('FRESHRSS_USERAGENT') or define('FRESHRSS_USERAGENT', 'FreshRSS/' . FRESHRSS_VERSION . ' (' . PHP_OS . '; ' . FRESHRSS_WEBSITE . ')'); |
