mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-09 04:48:53 +00:00
11 lines
No EOL
143 B
PHP
11 lines
No EOL
143 B
PHP
<?php
|
|
|
|
// phpBB cache file - DO NOT change anything in here by hand!
|
|
|
|
$config = array();
|
|
|
|
$acl_options = array();
|
|
|
|
$word_censors = array();
|
|
|
|
?>
|