X-Git-Url: https://projects.mako.cc/source/scuttle/blobdiff_plain/cd5cb72f09ebcc2379d7f92fc00f6e62f221b658..bce919af7b49bbd06223f79b8c37a53a3d263ff0:/header.inc.php diff --git a/header.inc.php b/header.inc.php index 751e4e8..de56c84 100644 --- a/header.inc.php +++ b/header.inc.php @@ -23,6 +23,7 @@ if (!isset($root)) { if (($root != '/') && (substr($root, -1, 1) != '/')) { $root .= '/'; } + $path = $root; $root = 'http://'. $_SERVER['HTTP_HOST'] . $root; }