mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 20:38:52 +00:00
9 lines
123 B
ApacheConf
9 lines
123 B
ApacheConf
<Files "config.php">
|
|
Order Allow,Deny
|
|
Deny from All
|
|
</Files>
|
|
|
|
<Files "common.php">
|
|
Order Allow,Deny
|
|
Deny from All
|
|
</Files>
|