From 4b109cacc121fc6fd83330494e283306e7799687 Mon Sep 17 00:00:00 2001 From: Loui Chang Date: Sat, 26 Dec 2009 14:27:38 -0500 Subject: config.inc.proto: Change default paths to a more logical place. Signed-off-by: Loui Chang --- web/lib/config.inc.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/lib/config.inc.proto b/web/lib/config.inc.proto index a6ef59e..c7a1f3c 100644 --- a/web/lib/config.inc.proto +++ b/web/lib/config.inc.proto @@ -7,8 +7,8 @@ define( "AUR_db_user", "aur" ); define( "AUR_db_pass", "aur" ); # Configuration of directories where things live -define( "UPLOAD_DIR", "/home/aur/unsupported-temp/" ); -define( "INCOMING_DIR", "/home/aur/unsupported/" ); +define( "UPLOAD_DIR", "/srv/aur/unsupported-temp/" ); +define( "INCOMING_DIR", "/srv/aur/unsupported/" ); define( "URL_DIR", "/packages/" ); define( "USERNAME_MIN_LEN", 3 ); -- cgit v1.2.3-54-g00ecf