summaryrefslogtreecommitdiffstats
path: root/web/html
diff options
context:
space:
mode:
authorpjmattal <pjmattal>2005-01-24 05:08:47 +0100
committerpjmattal <pjmattal>2005-01-24 05:08:47 +0100
commit34be5e29bef7a8b8fa69ab41ef9dad6a7059be81 (patch)
treebe736709f664d91f043b8e8ccd93b1b525b96db7 /web/html
parent04edaaf948e76b08aa04fec69429556a51a03279 (diff)
downloadaur-34be5e29bef7a8b8fa69ab41ef9dad6a7059be81.tar.gz
aur-34be5e29bef7a8b8fa69ab41ef9dad6a7059be81.tar.xz
updated to do list
Diffstat (limited to 'web/html')
-rw-r--r--web/html/pkgsubmit.php4
1 files changed, 2 insertions, 2 deletions
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"]) {