Removed debug echo message that should not have been left in the code.
authorChuck Scott <cscott@gaslightmedia.com>
Mon, 16 Sep 2019 15:25:20 +0000 (11:25 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Mon, 16 Sep 2019 15:25:20 +0000 (11:25 -0400)
activate.php
defines.php

index 8e8fd2f..5650962 100755 (executable)
@@ -56,8 +56,6 @@ class glmServerStatsPluginActivate
         $existingSlug = $this->verify_post_slug($policyPageSlug);
         if (!$existingSlug) {
 
-trigger_error("*** SLUG NOT FOUND ***", E_USER_NOTICE);
-
             $pageContent = "
 <div style=\"display:inline-block\">
     <a name=\"cookies\"><h2>Cookies and Privacy</h2></a>
index 5b25a03..f0e1148 100755 (executable)
@@ -15,7 +15,7 @@ define('GLM_SERVERSTATS_DATABASE_USER',     'bandwidthRO');
 define('GLM_SERVERSTATS_DATABASE_PASSWORD', ',Wv4W*~^bL_vF3F4PbGsS');
 
 // PROVIDER ENABLED ADDRESSES - If base URL matches one of these, site is considered the "Provider" site.
-define('GLM_SERVERSTATS_PROVIDER', 'www.gaslightmedia.com:192.168.44.82:localhost');         // Development System
+define('GLM_SERVERSTATS_PROVIDER', 'www.gaslightmedia.com:192.168.44.83:localhost');         // Development System
 
 // Check if debug enabled
 if (GLM_SERVERSTATS_PLUGIN_DEBUG) {
@@ -74,7 +74,6 @@ if (in_array($hostname, $provider1Hosts)) {
     define('GLM_SERVERSTATS_PLUGIN_IS_PROVIDER', false);
     define('GLM_SERVERSTATS_PLUGIN_HOSTNAME', $urlParts['host']);
 }
-echo GLM_SERVERSTATS_PLUGIN_HOSTNAME;
 $pageUri = explode('?', $_SERVER['REQUEST_URI']);               // Bust this up to access URL path and script name only
 
 // Enable to display smarty template debug.