Onatolich (22.06.2012/15:31)work
In online.php:
if(!$user_id)
header("Location: {$home}");
In incfiles/end.php find code that shows a link "Online */*":
if($user_id)
{
echo 'Here that link';
}
Onatolich (22.06.2012/15:31)work
In online.php:
if(!$user_id)
header("Location: {$home}");
In incfiles/end.php find code that shows a link "Online */*":
if($user_id)
{
echo 'Here that link';
}