leftypol_vichan/inc/instance-config.php
2010-11-05 03:14:33 +11:00

23 lines
438 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', 'localhost');
define('MY_USER', '');
define('MY_PASSWORD', '');
define('MY_DATABASE', '');
define('ROOT', '/');
// define('FOO', 'bar');
*/
?>