require_once("include/bittorrent.php"); dbconn(false); loggedinorreturn(); stdhead("Request"); if( !$GLOBALS['settings']['mod_requests'] ) { stderr( _("Error"), _("Permission denied.")); } if (get_user_class() < UC_UPLOADER) { stdmsg("Sorry...", "You are not authorized to request. (See Uploading in the FAQ.)"); stdfoot(); exit; } ?>