Esempio n. 1
0
 public static function getBaseUrl()
 {
     $httpString = \Supernova\Core::checkSSL() ? "https://" : "http://";
     return $httpString . self::getHost() . self::getRelativePath();
 }