diff --git a/apache/vhost.conf.in b/apache/vhost.conf.in index 17f3f20b..802ba224 100644 --- a/apache/vhost.conf.in +++ b/apache/vhost.conf.in @@ -10,7 +10,7 @@ XSendFile on - XSendFileAllowAbove on + XSendFilePath __PREFIX__ Alias /.bzr __PREFIX__/.bzr diff --git a/pandora/user/models.py b/pandora/user/models.py index 3797c69b..4299a511 100644 --- a/pandora/user/models.py +++ b/pandora/user/models.py @@ -64,7 +64,6 @@ def get_ui(user_ui, user=None): ui = updateUI(ui, user_ui) if not 'lists' in ui: ui['lists'] = {} - ui['lists'][''] = copy.deepcopy(config['user']['ui']['lists']['']) def add(lists, section): ids = []