From 34be5e29bef7a8b8fa69ab41ef9dad6a7059be81 Mon Sep 17 00:00:00 2001 From: pjmattal Date: Mon, 24 Jan 2005 04:08:47 +0000 Subject: updated to do list --- web/html/pkgsubmit.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'web') diff --git a/web/html/pkgsubmit.php b/web/html/pkgsubmit.php index 27535ad3..ce7df104 100644 --- a/web/html/pkgsubmit.php +++ b/web/html/pkgsubmit.php @@ -12,8 +12,8 @@ $DBUG = 0; # this is the directory that new packages will be uploaded to # -$UPLOAD_DIR = "/tmp/aur/temp/"; -$INCOMING_DIR = "/tmp/aur/incoming/"; +$UPLOAD_DIR = "/aur/temp/"; +$INCOMING_DIR = "/aur/incoming/"; $URL_DIR = "/packages/"; if ($_COOKIE["AURSID"]) { -- cgit v1.2.3-24-g4f1b