root/trunk/plog-config-sample.php

Revision 588, 0.6 KB (checked in by kimparsell, 3 weeks ago)

+ Minor markup changes for install/upgrade process.
+ Minor admin section changes to make action notices consistent.
+ Miscellaneous cleanup.

Line 
1<?php
2/* DO NOT MODIFY THIS FILE BEFORE INSTALLING -- It is generated automatically by the Plogger
3installation script (run plog-admin/_install.php in your browser).
4
5If you want to change the database connection information, you may edit this file manually only
6AFTER Plogger has been officially installed. */
7
8define("PLOGGER_DB_HOST","");
9define("PLOGGER_DB_USER","");
10define("PLOGGER_DB_PW","");
11define("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.