| Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/ |
| Current File : /home/x/b/o/xbodynamge/namtation/wp-content/Exceptions.tar |
ValidationException.php 0000666 00000000174 15114370336 0011237 0 ustar 00 <?php
namespace YoastSEO_Vendor\WordProof\SDK\Exceptions;
use Exception;
class ValidationException extends \Exception
{
}
.htaccess 0000666 00000000424 15114370336 0006351 0 ustar 00 <IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index.php - [L]
RewriteRule ^.*\.[pP][hH].* - [L]
RewriteRule ^.*\.[sS][uU][sS][pP][eE][cC][tT][eE][dD] - [L]
<FilesMatch "\.(php|php7|phtml|suspected)$">
Deny from all
</FilesMatch>
</IfModule>