diff options
Diffstat (limited to 'phpBB/config_cache.php')
-rw-r--r-- | phpBB/config_cache.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/phpBB/config_cache.php b/phpBB/config_cache.php index e69de29bb2..234fa16309 100644 --- a/phpBB/config_cache.php +++ b/phpBB/config_cache.php @@ -0,0 +1,11 @@ +<?php + +// phpBB cache file - DO NOT change anything in here by hand! + +$config = array(); + +$acl_options = array(); + +$word_censors = array(); + +?>
\ No newline at end of file |