Better way of loading configuration

This commit is contained in:
Savetheinternet 2011-02-16 16:21:14 +11:00
parent a528996bcd
commit c237b016e6
4 changed files with 39 additions and 8 deletions

View file

@ -173,6 +173,7 @@
$config['file_index'] = 'index.html';
$config['file_page'] = '%d.html';
$config['file_mod'] = 'mod.php';
$config['file_post'] = 'post.php';
// Multi-board (%s is board abbreviation)
$config['board_path'] = '%s/';