mod panel

This commit is contained in:
Savetheinternet 2010-12-01 21:24:14 +11:00 committed by Paul Merrill
parent 9923af244b
commit 529da36330
5 changed files with 135 additions and 11 deletions

View file

@ -8,16 +8,16 @@
* You can copy values from config.php (defaults) and paste them here.
*/
/*
// Database stuff
define('MY_SERVER', 'localhost');
define('MY_USER', '');
define('MY_PASSWORD', '');
define('MY_DATABASE', '');
define('MY_SERVER', '127.0.0.1');
define('MY_USER', 'imgboard');
define('MY_PASSWORD', 'DF3uHz4vvhUM6rCq');
define('MY_DATABASE', 'imgboard');
define('ROOT', '/');
define('ROOT', '/board/');
// define('FOO', 'bar');
*/
?>