From: Steve Sutton Date: Thu, 1 Dec 2016 20:16:43 +0000 (-0500) Subject: update for live site X-Git-Tag: v1.0.1^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=c9cbdcd906c1f9866af00e6cd4135f15116c1ae5;p=web%2Fwww.thelindy.com.git update for live site --- 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') + ?>