Mercurial > public > src > rhodecode
diff pylons_app/controllers/admin/settings.py @ 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 | 9416269860c9 |
children | 05f985964a96 |
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