phpbb/phpBB/config_cache.php
Paul S. Owen 6d0738ff22 Cache file -> needs to have appropriate write permissions set on server
git-svn-id: file:///svn/phpbb/trunk@2968 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-10-26 12:32:09 +00:00

9 lines
No EOL
123 B
PHP

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