diff options
author | pjmattal <pjmattal> | 2005-01-24 05:08:47 +0100 |
---|---|---|
committer | pjmattal <pjmattal> | 2005-01-24 05:08:47 +0100 |
commit | 34be5e29bef7a8b8fa69ab41ef9dad6a7059be81 (patch) | |
tree | be736709f664d91f043b8e8ccd93b1b525b96db7 /web | |
parent | 04edaaf948e76b08aa04fec69429556a51a03279 (diff) | |
download | aur-34be5e29bef7a8b8fa69ab41ef9dad6a7059be81.tar.gz aur-34be5e29bef7a8b8fa69ab41ef9dad6a7059be81.tar.xz |
updated to do list
Diffstat (limited to 'web')
-rw-r--r-- | web/html/pkgsubmit.php | 4 |
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"]) { |