diff options
author | Paradox <iamparadox@netscape.net> | 2009-12-28 16:42:15 -0500 |
---|---|---|
committer | Paradox <iamparadox@netscape.net> | 2009-12-28 16:42:15 -0500 |
commit | a1ee318606fcb3555db89b164f9cf5c110362e60 (patch) | |
tree | 7dca32a97fab8f5f54ab5d074d8b2d939edf1db2 /contrib | |
parent | c833ff59e14bc02770219662832ae4fe940c5037 (diff) |
Somehow this file didn't get added to my last commit
--HG--
branch : trunk
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/registration_form/simple/db.conf.php.dist | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/contrib/registration_form/simple/db.conf.php.dist b/contrib/registration_form/simple/db.conf.php.dist new file mode 100644 index 00000000000..05d0ee1e7b0 --- /dev/null +++ b/contrib/registration_form/simple/db.conf.php.dist @@ -0,0 +1,18 @@ +<?php + +// Configuration. +// Realm database. +$r_db = "realmd"; +// IP (and port). +$ip = "127.0.0.1:3306"; +// Username. +$user = "trinity"; +// Password. +$pass = "trinity"; +// Site title. +$title = "Registration Form"; +$title2 = "Some Server"; +// End config. + + +?> |