projects
/
web
/
MichiganTrailMaps.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
166d3ce
)
prod site copy
author
Steve Sutton
<steve@gaslightmedia.com>
Tue, 10 Sep 2013 14:00:07 +0000
(14:00 +0000)
committer
Steve Sutton
<steve@gaslightmedia.com>
Tue, 10 Sep 2013 14:00:07 +0000
(14:00 +0000)
GLM_site_check.phtml
[new file with mode: 0644]
patch
|
blob
diff --git a/GLM_site_check.phtml
b/GLM_site_check.phtml
new file mode 100644
(file)
index 0000000..
abbd3e3
--- /dev/null
+++ b/
GLM_site_check.phtml
@@ -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