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 />
|
<Location />
|
||||||
XSendFile on
|
XSendFile on
|
||||||
XSendFileAllowAbove on
|
XSendFilePath __PREFIX__
|
||||||
</Location>
|
</Location>
|
||||||
|
|
||||||
Alias /.bzr __PREFIX__/.bzr
|
Alias /.bzr __PREFIX__/.bzr
|
||||||
|
|
|
@ -64,7 +64,6 @@ def get_ui(user_ui, user=None):
|
||||||
ui = updateUI(ui, user_ui)
|
ui = updateUI(ui, user_ui)
|
||||||
if not 'lists' in ui:
|
if not 'lists' in ui:
|
||||||
ui['lists'] = {}
|
ui['lists'] = {}
|
||||||
ui['lists'][''] = copy.deepcopy(config['user']['ui']['lists'][''])
|
|
||||||
|
|
||||||
def add(lists, section):
|
def add(lists, section):
|
||||||
ids = []
|
ids = []
|
||||||
|
|
Loading…
Reference in a new issue