mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
6 lines
145 B
Protocol Buffer
6 lines
145 B
Protocol Buffer
<?php
|
|
# Configuration of directories where things live
|
|
$UPLOAD_DIR = "/aur/temp/";
|
|
$INCOMING_DIR = "/aur/incoming/";
|
|
$URL_DIR = "/packages/";
|
|
?>
|