started working on package delete support

This commit is contained in:
eric 2005-01-25 22:52:32 +00:00
parent 9641fdc735
commit a54ca6bfaf
11 changed files with 363 additions and 243 deletions

View file

@ -3,4 +3,6 @@
$UPLOAD_DIR = "/aur/temp/";
$INCOMING_DIR = "/aur/incoming/";
$URL_DIR = "/packages/";
# vim: ts=2 sw=2 noet ft=php
?>