summaryrefslogtreecommitdiffstats
path: root/web/html
diff options
context:
space:
mode:
authorpjmattal <pjmattal>2004-12-15 02:33:12 +0100
committerpjmattal <pjmattal>2004-12-15 02:33:12 +0100
commit252afad9fc0c46089b327a1315580a342cbc87c0 (patch)
tree6584678cf105deb47d6c85e7a8c00b54b61e3690 /web/html
parent7549ca2d967e5146892b86b3334278c2591d3379 (diff)
downloadaur-252afad9fc0c46089b327a1315580a342cbc87c0.tar.gz
aur-252afad9fc0c46089b327a1315580a342cbc87c0.tar.xz
tweaks to package functions and schema
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 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"]) {