mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 00:24:23 +00:00
14 lines
187 B
ApacheConf
14 lines
187 B
ApacheConf
<Files "*.tpl">
|
|
Order Allow,Deny
|
|
Deny from all
|
|
</Files>
|
|
|
|
<Files "*.sql">
|
|
Order Allow,Deny
|
|
Deny from all
|
|
</Files>
|
|
|
|
<Files "*.log">
|
|
Order Allow,Deny
|
|
Deny from all
|
|
</Files> |