Backups Created:
/home/japatmex/public_html/wp-content/edit-wolf.php
Savvy
W
olf -
MANAGER
Edit File: settings_tab_ip.php
<div class="row"> <div class="col-lg-12"> <div class="card"> <!--<div class="card-header header-elements-inline"> <h5 class="card-title"><?php /*echo $this->lang->line('BE_LBL_685'); */?></h5> </div>--> <div class="card-body"> <div class="form-group row"> <label class="col-lg-6 col-form-label text-right"><?php echo $this->lang->line('Apply_IP_Restriction_for_Admin_Panel'); ?>:</label> <div class="col-lg-6"> <div class="switch-button switch-button-lg" data-on-label="YES" data-off-label="NO"> <input type="checkbox" name="chkAdminIPRestriction" id="chkAdminIPRestriction" <?php echo $AdminipRestriction == 1 ? 'checked' : ''; ?> class="toggle"/> <span><label for="chkAdminIPRestriction"></label></span> </div> </div> </div> <div class="form-group row"> <label class="col-lg-6 col-form-label text-right"><?php echo $this->lang->line('BE_LBL_686'); ?>:</label> <div class="col-lg-6"> <div class="switch-button switch-button-lg" data-on-label="YES" data-off-label="NO"> <input type="checkbox" name="chkIPRestriction" id="chkIPRestriction" <?php echo $ipRestriction == 1 ? 'checked' : ''; ?> class="toggle"/> <span><label for="chkIPRestriction"></label></span> </div> </div> </div> <div class="form-group row"> <label class="col-lg-6 col-form-label text-right"><?php echo $this->lang->line('Apply_IP_Restrictions_at_API'); ?>:</label> <div class="col-lg-6"> <div class="switch-button switch-button-lg" data-on-label="YES" data-off-label="NO"> <input type="checkbox" name="chkAPIIPRstrct"id="chkAPIIPRstrct" <?php echo $apiIPRstrct == 1 ? 'checked' : ''; ?> class="toggle"/> <span><label for="chkAPIIPRstrct"></label></span> </div> </div> </div> <div class="form-group row"> <div class="offset-lg-6 col-md-8" style="position: relative"> <button type="button" <?php if ($IS_DEMO) echo 'disabled="disabled"'; ?> id="btnIPRestriction" name="btnIPRestriction" class="btn btn-primary ThemeColorButton"> <?php echo $this->lang->line('BE_LBL_72'); ?> </button> <div style="display:none;position: absolute;left: 83px;top: 6px;" id="dvLoaderIP"> <img style="width: 22px;" src="<?php echo base_url('assets/images/loading.gif'); ?>" border="0" alt="Please wait..."/> </div> </div> </div> </div> </div> </div> </div>