diff options
author | steckbrief <steckbrief@chefmail.de> | 2016-01-06 21:08:27 +0100 |
---|---|---|
committer | steckbrief <steckbrief@chefmail.de> | 2016-01-06 21:08:27 +0100 |
commit | 9bd8c79f56d970c95634bb20b6626e0d89fadb0b (patch) | |
tree | d8ae0f689b8540d7e16a2fb0da0ee3b46b92e8e6 /storage-backend/index.php | |
parent | 2c946d39fbfc8ed47b32ba450f03af2919702928 (diff) |
minor fix in config include
Diffstat (limited to '')
-rw-r--r-- | storage-backend/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage-backend/index.php b/storage-backend/index.php index 0998c8c..b18a801 100644 --- a/storage-backend/index.php +++ b/storage-backend/index.php @@ -32,7 +32,7 @@ $method = $_SERVER['REQUEST_METHOD']; // Load configuration -$config = require(__DIR__.'/config/config.php'); +$config = require(__DIR__.'/config/config.inc.php'); // Initialize directory config $config['storage_base_path'] = __DIR__.'/files/'; $config['slot_registry_dir'] = __DIR__.'/slots/'; |