From 26b0e8fc9809a4cd9f2f9a2281f0894e2e0f8db2 Mon Sep 17 00:00:00 2001 From: Adam Young Date: Mon, 26 Jul 2010 11:57:29 -0400 Subject: This patch removes the existing UI functionality, as a prep for adding the Javascript based ui. --- ipalib/constants.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'ipalib/constants.py') diff --git a/ipalib/constants.py b/ipalib/constants.py index 20f1d95d7..66f13f25c 100644 --- a/ipalib/constants.py +++ b/ipalib/constants.py @@ -110,8 +110,6 @@ DEFAULT_CONFIG = ( ('mount_ipa', '/ipa/'), ('mount_xmlserver', 'xml'), ('mount_jsonserver', 'json'), - ('mount_webui', 'ui'), - ('mount_webui_assets', '/ipa-assets/'), # WebUI stuff: ('webui_prod', True), -- cgit