svn commit: r927961 - /ofbiz/trunk/framework/common/config/general.properties

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r927961 - /ofbiz/trunk/framework/common/config/general.properties

erwan
Author: erwan
Date: Fri Mar 26 16:41:46 2010
New Revision: 927961

URL: http://svn.apache.org/viewvc?rev=927961&view=rev
Log:
multi-tenant textbox should not be displayed by default

Modified:
    ofbiz/trunk/framework/common/config/general.properties

Modified: ofbiz/trunk/framework/common/config/general.properties
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/config/general.properties?rev=927961&r1=927960&r2=927961&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/config/general.properties (original)
+++ ofbiz/trunk/framework/common/config/general.properties Fri Mar 26 16:41:46 2010
@@ -132,5 +132,5 @@ https.www.ofbiz.it=ABQIAAAAtt0d8djaYFkk8
 https.localhost=ABQIAAAAtt0d8djaYFkk8N5LJVcDSBQN-clGH2vvMMwJjYtcwF78UzZgEBTN70S6uIgRoAtXRkADNoesbw5etg
 http.localhost=ABQIAAAAtt0d8djaYFkk8N5LJVcDSBT2yXp_ZAY8_ufC3CFXhHIE1NvwkxR3euHYk9bpwvdF2Qg1EYO1LQitHA
 
-# -- N if you want to hide the multi-tenant textbox in the login page
-multitenant=Y
\ No newline at end of file
+# -- Y if you want to display the multi-tenant textbox in the login page
+multitenant=N
\ No newline at end of file