Code style

This commit is contained in:
Marco A. Nina Mena
2017-02-23 17:00:48 -04:00
parent d8816014f7
commit 8ded07f10b

View File

@@ -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;