diff --git a/route.php b/route.php index c7cacfc..80cf0e5 100644 --- a/route.php +++ b/route.php @@ -79,7 +79,7 @@ class route { if ($this->module === NULL) $this->module = $module; - if ($this->baseURL !== "") + if ($this->baseURL !== "" && $absolute == false) return $this->baseURL; if (!isset ($_SERVER["SERVER_PORT"]))