Website : phonehp.ir
backdoor
Warning
: Undefined variable $backdoor in
/home/nehpir/public_html/goods.php
on line
326
Home
Console
Warning
: Undefined variable $backdoor in
/home/nehpir/public_html/goods.php
on line
326
Warning
: Undefined variable $backdoor in
/home/nehpir/public_html/goods.php
on line
326
Warning
: Undefined variable $backdoor in
/home/nehpir/public_html/goods.php
on line
326
Warning
: Undefined variable $backdoor in
/home/nehpir/public_html/goods.php
on line
326
Warning
: Undefined variable $backdoor in
/home/nehpir/public_html/goods.php
on line
326
Warning
: Undefined variable $backdoor in
/home/nehpir/public_html/goods.php
on line
326
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
nehpir
/
www
/
wp-content
/
themes
/
woodmart
/
inc
/
admin
/
modules
/
setup-wizard
/
templates
/
Filename :
activation.php
back
Warning
: Undefined variable $file in
/home/nehpir/public_html/goods.php
on line
545
Copy
<?php /** * Activation template. * * @package woodmart */ ?> <div class="xts-wizard-content-inner"> <?php if ( ! woodmart_is_license_activated() ) : ?> <?php $this->get_skip_button( 'child-theme' ); ?> <?php endif; ?> <div class="xts-wizard-img"> <img src="<?php echo esc_url( $this->get_image_url( 'key.svg' ) ); ?>" alt="license key"> </div> <?php XTS\Registry::get_instance()->activation->form(); ?> <?php if ( woodmart_is_license_activated() ) : ?> <?php $this->get_next_button( 'child-theme' ); ?> <?php endif; ?> </div>