diff options
author | gareth | 2007-03-07 18:48:38 +0000 |
---|---|---|
committer | gareth | 2007-03-07 18:48:38 +0000 |
commit | b3844c1f7348b4296b5ab1df258935d7f971e412 (patch) | |
tree | 4b825dc642cb6eb9a060e54bf8d69288fbee4904 /ogs/common/database.inc.php.tmpl | |
parent | * Updating libsecondlife.dll to the latest version with a working LayerData f... (diff) | |
download | opensim-SC-b3844c1f7348b4296b5ab1df258935d7f971e412.zip opensim-SC-b3844c1f7348b4296b5ab1df258935d7f971e412.tar.gz opensim-SC-b3844c1f7348b4296b5ab1df258935d7f971e412.tar.bz2 opensim-SC-b3844c1f7348b4296b5ab1df258935d7f971e412.tar.xz |
Deleted old trunk code
Diffstat (limited to 'ogs/common/database.inc.php.tmpl')
-rw-r--r-- | ogs/common/database.inc.php.tmpl | 9 |
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 | ?> | ||