lainchan/inc/instance-config.php
Savetheinternet 84027c6d83 mod panel
2010-12-01 21:28:35 +11:00

23 lines
472 B
PHP

<?php
/*
* Instance Configuration
* ----------------------
* Edit this file and not config.php for imageboard configuration.
*
* You can copy values from config.php (defaults) and paste them here.
*/
// Database stuff
define('MY_SERVER', '127.0.0.1');
define('MY_USER', 'imgboard');
define('MY_PASSWORD', 'DF3uHz4vvhUM6rCq');
define('MY_DATABASE', 'imgboard');
define('ROOT', '/board/');
// define('FOO', 'bar');
?>