Re: admins cant be feded [v2]
Why
die();
and
endpage();
die();
will work without
$h->endpage();
and
exit;
if(in_array($_POST['ID'], array(1,2)))
{
echo 'You cant fedjail id one or two';
event_add(1, "{$ir['username']} tryed fedding jailing {$_POST['ID']} but didnt work", $c);
$h->endpage();
exit;
}
Simple.