-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11,159 changed files
with
1,666,973 additions
and
112,727 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,101 @@ | ||
*~ | ||
wp-config.php | ||
.htaccess | ||
pf | ||
.svn | ||
.cvs | ||
.git | ||
.listing | ||
*.bak | ||
*.swp | ||
*.log | ||
plugins/wp-file-cache/cache | ||
cache | ||
_wpeprivate | ||
.cache | ||
temp | ||
tmp | ||
*.tmp | ||
imagecache* | ||
uploads* | ||
*_backup | ||
gt-cache | ||
ics-importer-cache | ||
wp-config-sample.php | ||
wp-content/w3tc* | ||
wp-content/w3-* | ||
wp-content/plugins/wpengine-snapshot/snapshots/* | ||
wp-content/uploads/snapshots | ||
wp-content/themes/thesis*/custom/cache | ||
wp-content/themes/thesis*/lib/scripts/cache | ||
wp-content/themes/*/cache | ||
wp-content/plugins/*/cache | ||
wp-content/w3tc-bak | ||
wp-content/backup* | ||
wp-content/temp* | ||
wp-content/debug.log | ||
wp-content/backups | ||
wp-content/managewp | ||
wp-content/upgrade/* | ||
wp-content/uploads/mirrorwp-backups | ||
wp-content/uploads/sucuri | ||
wp-content/uploads/cubiq-add-to-home | ||
wp-content/blogs.dir/*/* | ||
wp-content/wflogs/config.php | ||
pclzip-* | ||
|
||
# WordPress debugging files | ||
log.txt | ||
debug.log | ||
|
||
# Gallaries in various places | ||
gallery/* | ||
wp-content/gallery/* | ||
wp-content/album/* | ||
|
||
# Found in 'sneakernews' - probably just a backup but never going to be good to include | ||
wp-content/plugins/plugins | ||
|
||
# Found in the root of pod-1009 | ||
.a | ||
|
||
# Forum software we probably shouldn't support anyway | ||
forum/* | ||
|
||
# known large file types | ||
*.hqx | ||
*.bin | ||
*.exe | ||
*.dll | ||
*.deb | ||
*.dmg | ||
*.iso | ||
*.img | ||
*.msi | ||
*.msp | ||
*.msm | ||
*.mid | ||
*.midi | ||
*.kar | ||
*.mp3 | ||
*.ogg | ||
*.m4a | ||
*.ra | ||
*.3gpp | ||
*.3gp | ||
*.mp4 | ||
*.mpeg | ||
*.mpg | ||
*.mov | ||
*.webm | ||
*.flv | ||
*.m4v | ||
*.mng | ||
*.asx | ||
*.asf | ||
*.wmv | ||
*.avi | ||
*.zip | ||
*.tar | ||
*.tgz | ||
*.gz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
AuthType Basic | ||
AuthName "Restricted Content" | ||
AuthUserFile "/etc/passwords/.htpasswd" | ||
Require valid-user | ||
# BEGIN W3TC Browser Cache | ||
<IfModule mod_deflate.c> | ||
AddOutputFilterByType DEFLATE text/css text/x-component application/x-javascript application/javascript text/javascript text/x-js text/html text/richtext image/svg+xml text/plain text/xsd text/xsl text/xml image/bmp application/java application/msword application/vnd.ms-fontobject application/x-msdownload image/x-icon image/webp application/json application/vnd.ms-access application/vnd.ms-project application/x-font-otf application/vnd.ms-opentype application/vnd.oasis.opendocument.database application/vnd.oasis.opendocument.chart application/vnd.oasis.opendocument.formula application/vnd.oasis.opendocument.graphics application/vnd.oasis.opendocument.presentation application/vnd.oasis.opendocument.spreadsheet application/vnd.oasis.opendocument.text audio/ogg application/pdf application/vnd.ms-powerpoint image/svg+xml application/x-shockwave-flash image/tiff application/x-font-ttf application/vnd.ms-opentype audio/wav application/vnd.ms-write application/font-woff application/font-woff2 application/vnd.ms-excel | ||
<IfModule mod_mime.c> | ||
# DEFLATE by extension | ||
AddOutputFilter DEFLATE js css htm html xml | ||
</IfModule> | ||
</IfModule> | ||
<FilesMatch "\.(html|htm|rtf|rtx|svg|txt|xsd|xsl|xml|HTML|HTM|RTF|RTX|SVG|TXT|XSD|XSL|XML)$"> | ||
<IfModule mod_headers.c> | ||
Header append Vary User-Agent env=!dont-vary | ||
</IfModule> | ||
</FilesMatch> | ||
<FilesMatch "\.(bmp|class|doc|docx|eot|exe|ico|webp|json|mdb|mpp|otf|_otf|odb|odc|odf|odg|odp|ods|odt|ogg|pdf|pot|pps|ppt|pptx|svg|svgz|swf|tif|tiff|ttf|ttc|_ttf|wav|wri|woff|woff2|xla|xls|xlsx|xlt|xlw|BMP|CLASS|DOC|DOCX|EOT|EXE|ICO|WEBP|JSON|MDB|MPP|OTF|_OTF|ODB|ODC|ODF|ODG|ODP|ODS|ODT|OGG|PDF|POT|PPS|PPT|PPTX|SVG|SVGZ|SWF|TIF|TIFF|TTF|TTC|_TTF|WAV|WRI|WOFF|WOFF2|XLA|XLS|XLSX|XLT|XLW)$"> | ||
<IfModule mod_headers.c> | ||
Header unset Last-Modified | ||
</IfModule> | ||
</FilesMatch> | ||
# END W3TC Browser Cache | ||
# BEGIN WordPress | ||
<IfModule mod_rewrite.c> | ||
RewriteEngine On | ||
RewriteBase / | ||
RewriteRule ^index\.php$ - [L] | ||
RewriteCond %{REQUEST_FILENAME} !-f | ||
RewriteCond %{REQUEST_FILENAME} !-d | ||
RewriteRule . /index.php [L] | ||
</IfModule> | ||
|
||
# END WordPress |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
AuthType Basic | ||
AuthName "Restricted Content" | ||
AuthUserFile "/etc/passwords/.htpasswd" | ||
Require valid-user | ||
# BEGIN W3TC Browser Cache | ||
<IfModule mod_deflate.c> | ||
AddOutputFilterByType DEFLATE text/css text/x-component application/x-javascript application/javascript text/javascript text/x-js text/html text/richtext image/svg+xml text/plain text/xsd text/xsl text/xml image/bmp application/java application/msword application/vnd.ms-fontobject application/x-msdownload image/x-icon image/webp application/json application/vnd.ms-access application/vnd.ms-project application/x-font-otf application/vnd.ms-opentype application/vnd.oasis.opendocument.database application/vnd.oasis.opendocument.chart application/vnd.oasis.opendocument.formula application/vnd.oasis.opendocument.graphics application/vnd.oasis.opendocument.presentation application/vnd.oasis.opendocument.spreadsheet application/vnd.oasis.opendocument.text audio/ogg application/pdf application/vnd.ms-powerpoint image/svg+xml application/x-shockwave-flash image/tiff application/x-font-ttf application/vnd.ms-opentype audio/wav application/vnd.ms-write application/font-woff application/font-woff2 application/vnd.ms-excel | ||
<IfModule mod_mime.c> | ||
# DEFLATE by extension | ||
AddOutputFilter DEFLATE js css htm html xml | ||
</IfModule> | ||
</IfModule> | ||
<FilesMatch "\.(html|htm|rtf|rtx|svg|txt|xsd|xsl|xml|HTML|HTM|RTF|RTX|SVG|TXT|XSD|XSL|XML)$"> | ||
<IfModule mod_headers.c> | ||
Header append Vary User-Agent env=!dont-vary | ||
</IfModule> | ||
</FilesMatch> | ||
<FilesMatch "\.(bmp|class|doc|docx|eot|exe|ico|webp|json|mdb|mpp|otf|_otf|odb|odc|odf|odg|odp|ods|odt|ogg|pdf|pot|pps|ppt|pptx|svg|svgz|swf|tif|tiff|ttf|ttc|_ttf|wav|wri|woff|woff2|xla|xls|xlsx|xlt|xlw|BMP|CLASS|DOC|DOCX|EOT|EXE|ICO|WEBP|JSON|MDB|MPP|OTF|_OTF|ODB|ODC|ODF|ODG|ODP|ODS|ODT|OGG|PDF|POT|PPS|PPT|PPTX|SVG|SVGZ|SWF|TIF|TIFF|TTF|TTC|_TTF|WAV|WRI|WOFF|WOFF2|XLA|XLS|XLSX|XLT|XLW)$"> | ||
<IfModule mod_headers.c> | ||
Header unset Last-Modified | ||
</IfModule> | ||
</FilesMatch> | ||
# END W3TC Browser Cache | ||
# BEGIN WordPress | ||
<IfModule mod_rewrite.c> | ||
RewriteEngine On | ||
RewriteBase / | ||
RewriteRule ^index\.php$ - [L] | ||
RewriteCond %{REQUEST_FILENAME} !-f | ||
RewriteCond %{REQUEST_FILENAME} !-d | ||
RewriteRule . /index.php [L] | ||
</IfModule> | ||
|
||
# END WordPress |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?php | ||
echo "SF PRD"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?php | ||
echo "This is from optimized server"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Oops, something went wrong.