Data hosted with ♥ by
Pastebin.com
-
Download Raw
-
See Original
<?php
session_start
(
)
;
if
(
!
(
$_SESSION
[
'user_id'
]
)
)
{
header
(
'location:login.php'
)
;
}
?>