define ZM_BASE_PROTOCOL
This commit is contained in:
parent
2fcb5d153f
commit
c0139e87ad
|
@ -57,6 +57,7 @@ else
|
||||||
{
|
{
|
||||||
$protocol = 'http';
|
$protocol = 'http';
|
||||||
}
|
}
|
||||||
|
define( "ZM_BASE_PROTOCOL", $protocol );
|
||||||
define( "ZM_BASE_URL", $protocol.'://'.$_SERVER['HTTP_HOST'] );
|
define( "ZM_BASE_URL", $protocol.'://'.$_SERVER['HTTP_HOST'] );
|
||||||
|
|
||||||
if ( isset($_GET['skin']) )
|
if ( isset($_GET['skin']) )
|
||||||
|
|
Loading…
Reference in New Issue