summaryrefslogtreecommitdiffstats
path: root/web/lib/config.inc.proto
diff options
context:
space:
mode:
Diffstat (limited to 'web/lib/config.inc.proto')
-rw-r--r--web/lib/config.inc.proto6
1 files changed, 6 insertions, 0 deletions
diff --git a/web/lib/config.inc.proto b/web/lib/config.inc.proto
new file mode 100644
index 00000000..673a8962
--- /dev/null
+++ b/web/lib/config.inc.proto
@@ -0,0 +1,6 @@
+<?php
+# Configuration of directories where things live
+$UPLOAD_DIR = "/aur/temp/";
+$INCOMING_DIR = "/aur/incoming/";
+$URL_DIR = "/packages/";
+?>