This commit is contained in:
Michael 2017-05-23 21:14:42 +00:00 committed by GitHub
commit 48ae18d1aa
2 changed files with 3 additions and 0 deletions

View file

@ -20,6 +20,7 @@ if(file_exists("../config/config-user.php")) {
echo "Permission denied!";
exit();
}
require_once("../config/config-default.php");
//Get input
$input = json_decode(file_get_contents('php://input'));

View file

@ -30,4 +30,6 @@ $config['nonce_lifetime'] = 15;
//Number of rows in domain overview
$config['domain_rows'] = 15;
ini_set("mysqli.default_socket", "/var/run/mysqld/mysqld.sock");
include 'config-user.php';