prod site copy
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 10 Sep 2013 14:00:07 +0000 (14:00 +0000)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 10 Sep 2013 14:00:07 +0000 (14:00 +0000)
GLM_site_check.phtml [new file with mode: 0644]

diff --git a/GLM_site_check.phtml b/GLM_site_check.phtml
new file mode 100644 (file)
index 0000000..abbd3e3
--- /dev/null
@@ -0,0 +1,12 @@
+<?php 
+/**
+ * GLM Standard Site Monitoring Target
+ */
+
+define('HOST',   'ds4.gaslightmedia.com');
+define('USER',   'nobody');
+define('DBNAME', 'michigantrailmaps');
+
+// End of parameters to set for each site
+include '/var/www/templates/Global_site_check.phtml';
+?>
\ No newline at end of file