include("aur.inc"); # access AUR common functions include("submit_po.inc"); # use some form of this for i18n support set_lang(); # this sets up the visitor's language check_sid(); # see if they're still logged in html_header(); # print out the HTML header # this is the directory that new packages will be uploaded to # $UPLOAD_DIR = "/tmp/aur/temp"; if ($_REQUEST["upload"]) { # try and process the upload # } else { # give the visitor the default upload page # print "