So I've got my custom html page created and embedded into ubb and that works fine (using the sample.inc.php / tpl example). This page will be available to all registered users. What I want to add is a file upload script (i've got one that works fine) to the same page that will only be available to admins.
I am guessing that I would create some kind of "if admin" script to mypage.inc.php file. Can someone verify and show me how to do this?