diff options
Diffstat (limited to 'phpBB/config_cache.php')
-rw-r--r-- | phpBB/config_cache.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/config_cache.php b/phpBB/config_cache.php index 3d34b3d0cc..1b7d74852e 100644 --- a/phpBB/config_cache.php +++ b/phpBB/config_cache.php @@ -2,7 +2,7 @@ // phpBB cache file - DO NOT change anything in here by hand! -$board_config = array(); +$config = array(); $acl_options = array(); |