Linux cesa-www-main 6.1.0-49-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64
Apache/2.4.68 (Debian)
Server IP : 10.218.0.2 & Your IP : 216.73.216.28
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
cesa.co.za /
ci /
application /
controllers /
Delete
Unzip
Name
Size
Permission
Date
Action
Kznrelay.php
1.15
KB
-rw-r--r--
2017-06-28 10:31
Pages.php
490
B
-rw-r--r--
2017-06-28 09:12
Welcome.php
679
B
-rw-r--r--
2017-06-28 08:50
index.html
131
B
-rw-r--r--
2017-06-28 08:50
Save
Rename
<?php class Pages extends CI_Controller { public function view($page = 'home') { if ( ! file_exists(APPPATH.'views/pages/'.$page.'.php')) { // Whoops, we don't have a page for that! show_404(); } $data['title'] = ucfirst($page); // Capitalize the first letter $this->load->view('templates/header', $data); $this->load->view('pages/'.$page, $data); $this->load->view('templates/footer', $data); } }