ok

Mini Shell

Direktori : /proc/self/root/home2/selectio/www/geniusgroove.in/crm/application/controllers/
Upload File :
Current File : //proc/self/root/home2/selectio/www/geniusgroove.in/crm/application/controllers/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.";
        }
    }

}

Zerion Mini Shell 1.0