Browse Source

Remove instance config

pull/40/head
Simon McFarlane 9 years ago
committed by root
parent
commit
473e30382c
  1. 23
      inc/instance-config.php

23
inc/instance-config.php

@ -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'] = '/';
?>
Loading…
Cancel
Save