Hackfut Security File Manager
Current Path:
/home/haielekt/pasangac.com/wp-content/plugins/akismet
home
/
haielekt
/
pasangac.com
/
wp-content
/
plugins
/
akismet
/
📁
..
📄
.htaccess
(654 B)
📄
LICENSE.txt
(17.67 KB)
📁
_inc
📄
akismet.php
(2.52 KB)
📄
changelog.txt
(21.45 KB)
📄
class.akismet-admin.php
(51.65 KB)
📄
class.akismet-cli.php
(4.55 KB)
📄
class.akismet-rest-api.php
(10.87 KB)
📄
class.akismet-widget.php
(3.04 KB)
📄
class.akismet.php
(66.54 KB)
📄
index.php
(26 B)
📄
readme.txt
(3.85 KB)
📁
views
📄
wrapper.php
(6.29 KB)
Editing: .htaccess
# Only allow direct access to specific Web-available files. # Apache 2.2 <IfModule !mod_authz_core.c> Order Deny,Allow Deny from all </IfModule> # Apache 2.4 <IfModule mod_authz_core.c> Require all denied </IfModule> # Akismet CSS and JS <FilesMatch "^(form\.js|akismet\.js|akismet-frontend\.js|akismet\.css)$"> <IfModule !mod_authz_core.c> Allow from all </IfModule> <IfModule mod_authz_core.c> Require all granted </IfModule> </FilesMatch> # Akismet images <FilesMatch "^logo-(a|full)-2x\.png$"> <IfModule !mod_authz_core.c> Allow from all </IfModule> <IfModule mod_authz_core.c> Require all granted </IfModule> </FilesMatch>
Upload File
Create Folder