diff options
author | pjmattal <pjmattal> | 2005-01-24 05:15:23 +0100 |
---|---|---|
committer | pjmattal <pjmattal> | 2005-01-24 05:15:23 +0100 |
commit | 8d2dfcb24874cd9a8797d0648e1da74e063a03c1 (patch) | |
tree | cec1738ae035baa9795a90606dad9b8eb1fc10f1 /web/lib/config.inc.proto | |
parent | 34be5e29bef7a8b8fa69ab41ef9dad6a7059be81 (diff) | |
download | aur-8d2dfcb24874cd9a8797d0648e1da74e063a03c1.tar.gz aur-8d2dfcb24874cd9a8797d0648e1da74e063a03c1.tar.xz |
added a global config file for web app
made pkgsubmit reference the global config file
Diffstat (limited to 'web/lib/config.inc.proto')
-rw-r--r-- | web/lib/config.inc.proto | 6 |
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/"; +?> |