Code style
This commit is contained in:
@@ -113,7 +113,7 @@ class EnterpriseUtils
|
||||
|
||||
public static function getUrlServerName()
|
||||
{
|
||||
$s = (G::is_https()? "s" : null);
|
||||
$s = (G::is_https() ? "s" : null);
|
||||
$p = strtolower($_SERVER["SERVER_PROTOCOL"]);
|
||||
|
||||
$protocol = substr($p, 0, strpos($p, "/")) . $s;
|
||||
|
||||
Reference in New Issue
Block a user