Skip to content

Commit

Permalink
Initial file commit
Browse files Browse the repository at this point in the history
Jamena McInteer committed Jul 15, 2016
1 parent 22fd3d7 commit 3acebf8
Showing 1,176 changed files with 198,992 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wp-content/index.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?php
// Silence is golden.
34 changes: 34 additions & 0 deletions wp-content/plugins/akismet/.htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# 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\.css)$">
<IfModule !mod_authz_core.c>
Allow from all
</IfModule>

<IfModule mod_authz_core.c>
Require all granted
</IfModule>
</FilesMatch>

# Akismet images
<FilesMatch "^logo-full-2x\.png$">
<IfModule !mod_authz_core.c>
Allow from all
</IfModule>

<IfModule mod_authz_core.c>
Require all granted
</IfModule>
</FilesMatch>
339 changes: 339 additions & 0 deletions wp-content/plugins/akismet/LICENSE.txt

Large diffs are not rendered by default.

Loading

0 comments on commit 3acebf8

Please sign in to comment.