aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config_cache.php
blob: 234fa16309c4a966febc47d8bdc25bb430c2c525 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php

// phpBB cache file - DO NOT change anything in here by hand!

$config = array();

$acl_options = array();

$word_censors = array();

?>