include("aur.inc"); # access AUR common functions include("pkgfuncs.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 $DBUG = 0; if ($DBUG) { print "
\n"; print_r($_REQUEST); print "\n"; } if (isset($_COOKIE["AURSID"])) { $atype = account_from_sid($_COOKIE["AURSID"]); } else { $atype = ""; } if (!$atype) { print __("You must be logged in before you can edit package information."); print "