From b3f217c1d7b90fdf85c1d4ff7bb5b438e47d1a1f Mon Sep 17 00:00:00 2001 From: Chuck Scott Date: Mon, 16 Sep 2019 11:25:20 -0400 Subject: [PATCH] Removed debug echo message that should not have been left in the code. --- activate.php | 2 -- defines.php | 3 +-- 2 files changed, 1 insertion(+), 4 deletions(-) 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. -- 2.17.1