diff --git a/htdocs/timesheet/core/lib/includeMain.lib.php b/htdocs/timesheet/core/lib/includeMain.lib.php index e56673c..ae6527c 100644 --- a/htdocs/timesheet/core/lib/includeMain.lib.php +++ b/htdocs/timesheet/core/lib/includeMain.lib.php @@ -28,7 +28,7 @@ } $root = dirname($_SERVER["DOCUMENT_ROOT"]); -$filePath = $root . "/html/main.inc.php"; +$filePath = $root . "/htdocs/main.inc.php"; if (! $res && file_exists($filePath)) { $res = @include $filePath; } else { @@ -54,4 +54,4 @@ define("NOK",-1); define("NOTCREATED",-3); define("NOTUPDATED",-4); -define("CHILDNOTCREATED",-5); \ No newline at end of file +define("CHILDNOTCREATED",-5);