1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-28 14:05:23 +02:00
Files
php-phpbb/phpBB/config_cache.php
Paul S. Owen fca41683d0 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
2002-11-27 13:37:11 +00:00

11 lines
143 B
PHP

<?php
// phpBB cache file - DO NOT change anything in here by hand!
$config = array();
$acl_options = array();
$word_censors = array();
?>