Update public_console.php

This commit is contained in:
mlopez 2017-04-10 17:53:01 +02:00
parent f8d3c8804e
commit c316462802
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
// Real start
include_once ("../../include/config.php");
require_once ("../../include/config.php");
// Set root on homedir, as defined in setup
chdir ($config["homedir"]);