mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:05:23 +02:00
11 lines
143 B
PHP
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();
|
|
|
|
?>
|