1 2 3 4 5 6 7 8 9 10 11
<?phpdefined('BASEPATH') OR exit('No direct script access allowed');class Home extends CI_Controller{ public function index() { redirect(front_url('booking')); }}