diff --git a/route.php b/route.php index 0fb376a..31082f0 100644 --- a/route.php +++ b/route.php @@ -33,7 +33,7 @@ class route $this->baseURL = dirname ($_SERVER["SCRIPT_NAME"]); if (isset ($_SERVER["SERVER_NAME"])) $this->baseURL = "//".$_SERVER["SERVER_NAME"].":".$_SERVER["SERVER_PORT"] - .$this->baseURL; + .$this->baseURL; if (isset ($_SERVER["HTTPS"])) $this->baseURL = "https:".$this->baseURL; else