From c0139e87ade912d311f00572e7da09ce882d336a Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Thu, 17 Sep 2015 15:14:43 -0400 Subject: [PATCH] define ZM_BASE_PROTOCOL --- web/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/web/index.php b/web/index.php index 6167dc4dc..4b9ab3409 100644 --- a/web/index.php +++ b/web/index.php @@ -57,6 +57,7 @@ else { $protocol = 'http'; } +define( "ZM_BASE_PROTOCOL", $protocol ); define( "ZM_BASE_URL", $protocol.'://'.$_SERVER['HTTP_HOST'] ); if ( isset($_GET['skin']) )