From 560b9bf985bfb20d536bebe4bba82c6df98d3de4 Mon Sep 17 00:00:00 2001 From: expoonserver Date: Fri, 2 Oct 2015 15:10:04 +0100 Subject: Move expoimage to expofiles Relies on permanent rediect in apache config to keep old URLs working everywhere. --- localsettingsserver.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'localsettingsserver.py') diff --git a/localsettingsserver.py b/localsettingsserver.py index fe1b013..6edb968 100644 --- a/localsettingsserver.py +++ b/localsettingsserver.py @@ -31,8 +31,8 @@ CAVERN = 'cavern' THREEDTOPOS = '3dtopos' EXPOWEB = REPOS_ROOT_PATH + 'expoweb/' SURVEYS = REPOS_ROOT_PATH -SURVEY_SCANS = REPOS_ROOT_PATH + 'expoimages/' -FILES = REPOS_ROOT_PATH + 'expoimages' +SURVEY_SCANS = REPOS_ROOT_PATH + 'expofiles/' +FILES = REPOS_ROOT_PATH + 'expofiles' PYTHON_PATH = REPOS_ROOT_PATH + 'troggle/' -- cgit v1.2.3