Preview: Install.php
                Size: 484 B
              
              
                
              
            
            /home/jambtst2015/public_html/eschoolengine Installer/application/controllers/Install.php
            <?php
if (!defined('BASEPATH'))
    exit('No direct script access allowed');
/*	
 *	@author 	: Joyonto Roy
 *	date		: 27 september, 2014
 *	eschool School Management System Pro
 *	http://codecanyon.net/user/Creativeitem
 *	support@creativeitem.com
 */
class Install extends CI_Controller
{
    
    
    /***default functin, redirects to login page if no admin logged in yet***/
    public function index()
    {
        $this->load->view('backend/install');
    }
    
    
    
}
                                          Directory Contents
Dirs: 0 × Files: 13