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 ?>