root/trunk/plog-config-sample.php
| Revision 588, 0.6 KB (checked in by kimparsell, 3 weeks ago) |
|---|
| Line | |
|---|---|
| 1 | <?php |
| 2 | /* DO NOT MODIFY THIS FILE BEFORE INSTALLING -- It is generated automatically by the Plogger |
| 3 | installation script (run plog-admin/_install.php in your browser). |
| 4 | |
| 5 | If you want to change the database connection information, you may edit this file manually only |
| 6 | AFTER Plogger has been officially installed. */ |
| 7 | |
| 8 | define("PLOGGER_DB_HOST",""); |
| 9 | define("PLOGGER_DB_USER",""); |
| 10 | define("PLOGGER_DB_PW",""); |
| 11 | define("PLOGGER_DB_NAME",""); |
| 12 | |
| 13 | // define("PLOGGER_EMBEDDED",""); // 1/0 (True/False) if set will overrule automatic check |
| 14 | // define("PLOGGER_LOCALE",""); // da de et fr pl ro tr en-CA...etc. (en-CA for Canadian english) |
| 15 | ?> |
Note: See TracBrowser
for help on using the browser.
