Erwin |
05-23-2003 04:41 AM |
No, no no, the code is already in the hack itself. Don't add more unnecessary code to it!!! :)
Find this:
PHP Code:
////////////////////////////////////////////////////////////////////////////////////////////////////
//USERGROUPS ALLOWED
//You can add or remove usegroups that are ALLOWED to use this form by changing the numbers below in the array
////////////////////////////////////////////////////////////////////////////////////////////////////
if (!in_array($bbuserinfo['usergroupid'], array(2,5,6,7))) show_nopermission();
////////////////////////////////////////////////////////////////////////////////////////////////////
And modify it as per instructions.
PLEASE READ THE INSTRUCTIONS! :)
|