Mercurial > public > src > rhodecode
changeset 444:0dd10d431d2f demo
secured path change for demo
author | Marcin Kuzminski <marcin@python-works.com> |
---|---|
date | Wed, 18 Aug 2010 00:24:42 +0200 |
parents | bb1935a634d5 |
children | 05f985964a96 |
files | pylons_app/controllers/admin/settings.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/pylons_app/controllers/admin/settings.py Wed Aug 18 00:21:21 2010 +0200 +++ b/pylons_app/controllers/admin/settings.py Wed Aug 18 00:24:42 2010 +0200 @@ -154,7 +154,7 @@ hgsettings2 = self.sa.query(HgAppUi)\ .filter(HgAppUi.ui_key == '/').one() - hgsettings2.ui_value = form_result['paths_root_path'] + #hgsettings2.ui_value = form_result['paths_root_path'] #HOOKS