diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-11-27 13:37:11 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-11-27 13:37:11 +0000 |
commit | fca41683d0c562342346c40227b8dcde6cce5dd3 (patch) | |
tree | f77e1b9198fb739ef22dc334a53cfdee5024dc76 /phpBB/config_cache.php | |
parent | 3b71148ddfa619e93acd1b4677ae2ebbef38e985 (diff) | |
download | forums-fca41683d0c562342346c40227b8dcde6cce5dd3.tar forums-fca41683d0c562342346c40227b8dcde6cce5dd3.tar.gz forums-fca41683d0c562342346c40227b8dcde6cce5dd3.tar.bz2 forums-fca41683d0c562342346c40227b8dcde6cce5dd3.tar.xz forums-fca41683d0c562342346c40227b8dcde6cce5dd3.zip |
This should be maintained as is in CVS ... it is regenerated automatically as required.
git-svn-id: file:///svn/phpbb/trunk@3104 89ea8834-ac86-4346-8a33-228a782c2dd0
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 |