From: Chuck Scott Date: Mon, 16 Sep 2019 15:25:20 +0000 (-0400) Subject: Removed debug echo message that should not have been left in the code. X-Git-Tag: v4.1.0^2~8 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=b3f217c1d7b90fdf85c1d4ff7bb5b438e47d1a1f;p=WP-Plugins%2Fglm-serverstats.git Removed debug echo message that should not have been left in the code. --- diff --git a/activate.php b/activate.php index 8e8fd2f..5650962 100755 --- a/activate.php +++ b/activate.php @@ -56,8 +56,6 @@ class glmServerStatsPluginActivate $existingSlug = $this->verify_post_slug($policyPageSlug); if (!$existingSlug) { -trigger_error("*** SLUG NOT FOUND ***", E_USER_NOTICE); - $pageContent = "

Cookies and Privacy

diff --git a/defines.php b/defines.php index 5b25a03..f0e1148 100755 --- a/defines.php +++ b/defines.php @@ -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.