summaryrefslogtreecommitdiffstats
path: root/web/html/pkgmgmnt.php
diff options
context:
space:
mode:
authoreric <eric>2005-03-06 21:44:56 +0000
committereric <eric>2005-03-06 21:44:56 +0000
commite3587ddf94ba742beabdaa8a68023f8ee0234b58 (patch)
treec5b579f1b92b8fd20453fb348f0bb240832ec8c8 /web/html/pkgmgmnt.php
parentaae43d9ad6fc83d04a4975f27392c1422dfa0ec4 (diff)
downloadaurweb-e3587ddf94ba742beabdaa8a68023f8ee0234b58.tar.xz
started working on pkgedit for comments
Diffstat (limited to 'web/html/pkgmgmnt.php')
-rw-r--r--web/html/pkgmgmnt.php19
1 files changed, 0 insertions, 19 deletions
diff --git a/web/html/pkgmgmnt.php b/web/html/pkgmgmnt.php
deleted file mode 100644
index 6c8cddd..0000000
--- a/web/html/pkgmgmnt.php
+++ /dev/null
@@ -1,19 +0,0 @@
-<?
-include("aur.inc"); # access AUR common functions
-include("mgmnt_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
-
-
-# vistor has requested package management for a specific package
-#
-print __("Manage package ID: %s", array($_REQUEST["ID"])) . "<br />\n";
-
-# NOTE: managing an orphaned package will automatically force adoption
-#
-
-
-html_footer("\$Id$");
-# vim: ts=2 sw=2 noet ft=php
-?>