edit: restrict to whitelisted ip addresses
authorMischa POSLAWSKY <perl@shiar.org>
Tue, 8 Jul 2014 16:52:24 +0000 (18:52 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Tue, 8 Jul 2014 22:53:23 +0000 (00:53 +0200)
Basic security from Apache configuration:

<Files "edit.php">
Deny from all
Allow from 127.0.0.1/32
</Files>


No differences found