DerDu/MOC-Framework-Mark-V

View on GitHub
Component/Captcha/.htaccess

Summary

Maintainability
Test Coverage
# Restrict Server PHP-File Access

    <FilesMatch "^(simple-php-captcha.php)$">
        Allow from All
    </FilesMatch>