diff options
| author | 2017-05-12 23:33:58 +0200 | |
|---|---|---|
| committer | 2017-05-12 23:33:58 +0200 | |
| commit | af8960b8b3be3c78573d0319a8a537083fae2d4d (patch) | |
| tree | 7be93d33b2f758fa910e6096d878064fdfabcc86 /lib/Minz/FrontController.php | |
| parent | 1914ce9207a95f5b5ed88e226aa8999df79f67e6 (diff) | |
Move default configuration files
https://github.com/FreshRSS/FreshRSS/issues/1531
Diffstat (limited to 'lib/Minz/FrontController.php')
| -rw-r--r-- | lib/Minz/FrontController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Minz/FrontController.php b/lib/Minz/FrontController.php index f9eff3db6..952d983c9 100644 --- a/lib/Minz/FrontController.php +++ b/lib/Minz/FrontController.php @@ -33,7 +33,7 @@ class Minz_FrontController { try { Minz_Configuration::register('system', DATA_PATH . '/config.php', - DATA_PATH . '/config.default.php'); + FRESHRSS_PATH . '/config.default.php'); $this->setReporting(); Minz_Request::init(); |
