diff options
Diffstat (limited to 'web/html/pkgmgmnt.php')
-rw-r--r-- | web/html/pkgmgmnt.php | 19 |
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 -?> |