diff --git a/upload/index.php b/upload/index.php index 1e2e01c..614ccc0 100644 --- a/upload/index.php +++ b/upload/index.php @@ -2,7 +2,7 @@ define("DEBUG_PLT", microtime(true)); define('MCR', ''); -require_once("system.php"); +require_once("./system.php"); $core->def_header = $core->sp(MCR_THEME_PATH."header.html"); @@ -68,4 +68,4 @@ ); echo $core->sp(MCR_THEME_PATH."debug.html", $data_debug); -?> \ No newline at end of file +?>