:: **Zploit** v1.0 | Current Path: **/var/softaculous/procwire/**
:: Editing File: .htaccess
# Start ProcessWire:pwball (install) # Block all access (fallback if root .htaccess missing) <IfModule mod_authz_core.c> Require all denied </IfModule> <IfModule !mod_authz_core.c> Order allow,deny Deny from all </IfModule> # End ProcessWire:pwball