fix include paths

This commit is contained in:
dsp1986
2013-09-17 09:41:48 +02:00
parent 83e086edcd
commit ff56e95c6e
2 changed files with 3 additions and 3 deletions

View File

@@ -286,7 +286,7 @@ function setup_content(&$a) {
return $o;
}; break;
case 3: { // Site settings
require_once('datetime.php');
require_once('include/datetime.php');
$dbhost = ((x($_POST,'dbhost')) ? notags(trim($_POST['dbhost'])) : 'localhost');
$dbport = intval(notags(trim($_POST['dbuser'])));
$dbuser = notags(trim($_POST['dbuser']));