added a global config file for web app

made pkgsubmit reference the global config file
This commit is contained in:
pjmattal 2005-01-24 04:15:23 +00:00
parent 34be5e29be
commit 8d2dfcb248
2 changed files with 7 additions and 6 deletions

6
web/lib/config.inc.proto Normal file
View file

@ -0,0 +1,6 @@
<?php
# Configuration of directories where things live
$UPLOAD_DIR = "/aur/temp/";
$INCOMING_DIR = "/aur/incoming/";
$URL_DIR = "/packages/";
?>