aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ogs/common/database.inc.php.tmpl
diff options
context:
space:
mode:
authorgareth2007-03-14 03:38:10 +0000
committergareth2007-03-14 03:38:10 +0000
commit342caceac94aa652ebf8e6a81903cb0065ba1e1a (patch)
tree3c66d10fcb9a0a793722f569566c172928ab8e99 /ogs/common/database.inc.php.tmpl
parentCleaned up PHP (diff)
downloadopensim-SC_OLD-342caceac94aa652ebf8e6a81903cb0065ba1e1a.zip
opensim-SC_OLD-342caceac94aa652ebf8e6a81903cb0065ba1e1a.tar.gz
opensim-SC_OLD-342caceac94aa652ebf8e6a81903cb0065ba1e1a.tar.bz2
opensim-SC_OLD-342caceac94aa652ebf8e6a81903cb0065ba1e1a.tar.xz
Missed a few
Diffstat (limited to '')
-rw-r--r--ogs/common/database.inc.php.tmpl9
1 files changed, 0 insertions, 9 deletions
diff --git a/ogs/common/database.inc.php.tmpl b/ogs/common/database.inc.php.tmpl
deleted file mode 100644
index 42ac5ca..0000000
--- a/ogs/common/database.inc.php.tmpl
+++ /dev/null
@@ -1,9 +0,0 @@
1<?
2// this file tells all the OGS services where to find the MySQL database
3// if multiple OGS services are running on one machine, it is assumed that they all use the same MySQL server/database
4
5$dbhost="YOURSERVERHERE";
6$dbuser="opengridservice";
7$dbname="OGS";
8$dbpasswd="supersecret";
9?>