Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. $this->load->model("user_model");
  2. if ($this->user_model->is_not_login())
  3.   redirect(site_url("admin/login"));