summaryrefslogtreecommitdiffstats
path: root/web/lib/config.inc.proto
blob: 673a8962a30cd52eb756f8a033cb459d19410d28 (plain)
1
2
3
4
5
6
<?php
# Configuration of directories where things live
$UPLOAD_DIR = "/aur/temp/";
$INCOMING_DIR = "/aur/incoming/";
$URL_DIR = "/packages/";
?>