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

# vim: ts=2 sw=2 noet ft=php
?>