1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-29 09:44:28 +01:00

cache bug

This commit is contained in:
Savetheinternet 2011-10-09 16:26:34 +11:00
parent d9d5fd39ce
commit 214281d84c

View File

@ -11,7 +11,7 @@
function loadConfig() {
global $board, $config, $__ip, $debug;
require 'config.php';
require 'inc/config.php';
if (file_exists('inc/instance-config.php')) {
require 'inc/instance-config.php';
}