diff options
author | pjmattal <pjmattal> | 2004-12-15 02:33:12 +0100 |
---|---|---|
committer | pjmattal <pjmattal> | 2004-12-15 02:33:12 +0100 |
commit | 252afad9fc0c46089b327a1315580a342cbc87c0 (patch) | |
tree | 6584678cf105deb47d6c85e7a8c00b54b61e3690 /web/html/pkgsubmit.php | |
parent | 7549ca2d967e5146892b86b3334278c2591d3379 (diff) | |
download | aur-252afad9fc0c46089b327a1315580a342cbc87c0.tar.gz aur-252afad9fc0c46089b327a1315580a342cbc87c0.tar.xz |
tweaks to package functions and schema
Diffstat (limited to 'web/html/pkgsubmit.php')
-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 8373513a..1bbcbe3b 100644 --- a/web/html/pkgsubmit.php +++ b/web/html/pkgsubmit.php @@ -12,8 +12,8 @@ $DBUG = 1; # 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/"; if ($_COOKIE["AURSID"]) { |