<?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'); */ ?>