Advanced Web Server Manager
Complete File Manager & Terminal - Standalone Version
By Sid Gifari | Gifari Industries
Current path:
/
/
home
/
qtdcvxyp
/
public_html
/
sms
/
_
/
smart_school_src
/
application
/
controllers
✏️
Editing: School.php
<?php defined('BASEPATH') OR exit('No direct script access allowed'); class School extends CI_Controller { public function __construct() { parent::__construct(); } public function show_404() { $this->load->view('errors/error_message'); } }
💾 Save Changes
❌ Cancel