6 lines
103 B
ApacheConf
6 lines
103 B
ApacheConf
# Allow direct web access to Web cron
|
|
<Files "archive.php">
|
|
Order Allow,Deny
|
|
Allow from all
|
|
</Files>
|