From c9cbdcd906c1f9866af00e6cd4135f15116c1ae5 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Thu, 1 Dec 2016 15:16:43 -0500 Subject: [PATCH] update for live site --- GLM_site_check.phtml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/GLM_site_check.phtml b/GLM_site_check.phtml index 239399b..b8316c2 100644 --- a/GLM_site_check.phtml +++ b/GLM_site_check.phtml @@ -14,8 +14,8 @@ switch ($DB) { echo "GLM_site_check:ACTIVE"; exit; break; - case 1: - define( 'HOST', 'ds1.gaslightmedia.com' ); + case 1: + define( 'HOST', 'ds4.gaslightmedia.com' ); define( 'USER', 'nobody' ); define( 'DBNAME', 'thelindy' ); break; @@ -23,7 +23,7 @@ switch ($DB) { // End of parameters to set for each site -include('/home/httpd/templates/Global_site_check.phtml') - +include('/var/www/templates/Global_site_check.phtml') + ?> -- 2.17.1