\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 "
\n"; } else { if (!$_REQUEST["ID"]) { print __("Missing package ID."); print "
\n"; } else { # Main script processing here... basic error checking done. # if ($_REQUEST["add_Comment"]) { if ($_REQUEST["comment"]) { } else { } } } } html_footer("\$Id$"); # Use the $Id$ keyword # NOTE: when checking in a new file, use # 'svn propset svn:keywords "Id" filename.php' # to tell svn to expand the "Id" keyword. # vim: ts=2 sw=2 et ft=php ?>