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