Custom Usergroup Permission

Sevaron

New Member
Hello im working on a modification for my forum and i have added usergroup permission to set but when i should add in the php file i can't see the page.

PHP:
	// uploading permission
	if(!$torrentpermission['can_upload_movies'])
	{
		print_no_permission();
	}

that is the code im using for permission check.
 
Top