Quote:
Originally Posted by EvilLS1
At the top of vBRadio.php right after this:
// ---------------------------------------------------
// End Require Globalized Settings
// ---------------------------------------------------
Add this:
Code:
if (empty($bbuserinfo['userid']))
{
print_no_permission();
}
|
I have done this and it works fine, but what if I want to display a custom error message? How do I go about that?
Instead of print_no_permission() say I wanted it to go to custom_error.html or something.