mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-23 18:11:47 +02:00
10 lines
123 B
ApacheConf
10 lines
123 B
ApacheConf
<Files "config.php">
|
|
Order Allow,Deny
|
|
Deny from All
|
|
</Files>
|
|
|
|
<Files "common.php">
|
|
Order Allow,Deny
|
|
Deny from All
|
|
</Files>
|