update for live site
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 1 Dec 2016 20:16:43 +0000 (15:16 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 1 Dec 2016 20:16:43 +0000 (15:16 -0500)
GLM_site_check.phtml

index 239399b..b8316c2 100644 (file)
@@ -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')
+
 ?>