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: Migrate.php
<?php if (!defined('BASEPATH')) { exit('No direct script access allowed'); } class Migrate extends CI_Controller { public function index() { $this->load->library('migration'); if ($this->migration->current() === false) { show_error($this->migration->error_string()); } else { echo "Database updated successfully."; } } }
💾 Save Changes
❌ Cancel