Backups Created:
/home/japatmex/public_html/wp-content/edit-wolf.php
Savvy
W
olf -
MANAGER
Edit File: services_header.php
<?php switch ($fs) { case '1': $HEADER = 'File'; break; case '3': $HEADER = 'Remote'; break; default: $HEADER = 'IMEI'; break; } ?> <a style="padding-left:10px;" href="<?php echo base_url($this->config->item('apanel_name').'/services/services?fs=' . $fs . '&frmId=' . $this->input->post_get('frmId') . '&fTypeId=' . $this->input->post_get('fTypeId')); ?>"> <i class="fa fa-list-alt"></i> List All <?php echo $HEADER; ?> Services </a> <a style="padding-left:10px;" href="<?php echo base_url($this->config->item('apanel_name').'/services/services_quickedit?fs=' . $fs . '&frmId=' . $this->input->post_get('frmId') . '&fTypeId=' . $this->input->post_get('fTypeId')); ?>"> <i class="fa fa-pencil"></i> Quick Edit <?php echo $HEADER; ?> Services </a> <a style="padding-left:10px;" href="<?php echo base_url($this->config->item('apanel_name').'/services/package?fs=' . $fs . '&frmId=' . $this->input->post_get('frmId') . '&fTypeId=' . $this->input->post_get('fTypeId')); ?>"> <i class="fa fa-plus"></i> <?php echo $this->lang->line('BE_GNRL_14') . ' ' . $HEADER . ' ' . $this->lang->line('BE_PCK_HD_4'); ?> </a> <a style="padding-left:10px;" href="<?php echo base_url($this->config->item('apanel_name').'/services/categories?fs=' . $fs . '&frmId=' . $this->input->post_get('frmId') . '&fTypeId=' . $this->input->post_get('fTypeId')); ?>"> <i class="fa fa-list-alt"></i> List <?php echo $HEADER; ?> Service Groups </a> <a style="padding-left:10px;" href="<?php echo base_url($this->config->item('apanel_name').'/services/category?fs=' . $fs . '&frmId=' . $this->input->post_get('frmId') . '&fTypeId=' . $this->input->post_get('fTypeId')); ?>"> <i class="fa fa-plus"></i> Add <?php echo $HEADER; ?> Service Group </a>