apache config
This commit is contained in:
parent
4884ae0503
commit
7e2b1910d3
2 changed files with 1 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
<Location />
|
||||
XSendFile on
|
||||
XSendFileAllowAbove on
|
||||
XSendFilePath __PREFIX__
|
||||
</Location>
|
||||
|
||||
Alias /.bzr __PREFIX__/.bzr
|
||||
|
|
|
@ -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 = []
|
||||
|
|
Loading…
Reference in a new issue