| Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/ |
| Current File : /home/x/b/o/xbodynamge/namtation/wp-content/enlightenment.tar |
inline-style.php 0000666 00000000334 15114077511 0007677 0 ustar 00 <?php
/* Support for Actions theme */
$style = '
.elementor-body .site {
overflow-x: visible;
}
.elementor-body .navbar-fixed-top {
z-index: 1;
}
';
wp_add_inline_style( 'elementor-frontend', $style );
.htaccess 0000666 00000000424 15115064630 0006347 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>