Remove instance config

This commit is contained in:
Simon McFarlane 2015-01-24 22:44:43 +01:00 committed by root
parent a4d72e9e5c
commit 473e30382c

View File

@ -1,23 +0,0 @@
<?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
$config['db']['type'] = 'mysql';
$config['db']['server'] = 'localhost';
$config['db']['user'] = '';
$config['db']['password'] = '';
$config['db']['database'] = '';
//$config['root'] = '/';
?>