[ Avaa Bypassed ]




Upload:

Command:

www-data@18.216.156.171: ~ $
<table class="table table-striped table-bordered dt-responsive nowrap" cellspacing="0" width="100%">
    <tbody>
        <tr>
            <th><?php echo $this->lang->line('school_name'); ?></th>
            <td><?php echo $hostel->school_name; ?></td>
        </tr>
        <tr>
            <th><?php echo $this->lang->line('hostel'); ?></th>
            <td><?php echo $hostel->name; ?></td>
        </tr>   
        <tr>
            <th><?php echo $this->lang->line('hostel_type'); ?></th>
            <td><?php echo $this->lang->line($hostel->type); ?></td>
        </tr>
        <tr>
            <th><?php echo $this->lang->line('address'); ?></th>
            <td><?php echo $hostel->address; ?></td>
        </tr>
        <tr>
            <th><?php echo $this->lang->line('note'); ?></th>
            <td><?php echo $hostel->note; ?></td>
        </tr>      
        <tr>
            <th><?php echo $this->lang->line('created'); ?></th>
            <td><?php echo date($this->global_setting->date_format, strtotime($hostel->created_at)); ?></td>
        </tr>       
    </tbody>
</table>

Filemanager

Name Type Size Permission Actions
member Folder 0777
room Folder 0777
get-single-hostel.php File 1.09 KB 0777
index.html File 131 B 0777
index.php File 18.9 KB 0777
quick-link.php File 613 B 0777