config should be outside dist

This commit is contained in:
Synox 2016-07-08 13:39:23 +02:00
parent 536e2ec8fe
commit af0a042f04

3
dist/backend.php vendored
View file

@ -1,5 +1,6 @@
<?php
require_once './config.php';
# set the new path of config.php (must be in a safe location outside the `public_html`)
require_once '../../config.php';
# load php dependencies:
require_once './backend-libs/autoload.php';