apache config

This commit is contained in:
j 2011-10-20 21:33:07 +02:00
parent 4884ae0503
commit 7e2b1910d3
2 changed files with 1 additions and 2 deletions

View file

@ -10,7 +10,7 @@
<Location />
XSendFile on
XSendFileAllowAbove on
XSendFilePath __PREFIX__
</Location>
Alias /.bzr __PREFIX__/.bzr

View file

@ -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 = []