BUG 8875 "Feature: New ExtJS based for Install, Login & Main Proces..." UPDATED

IIS Global var compatibility FIXED

- Basically $_SERVER[SERVER_ADDR] does not exist on IIS
- It was fixed adding a routine to valodate and set it
This commit is contained in:
Erik Amaru Ortiz
2012-04-12 17:50:43 -04:00
parent 4b2bde65d0
commit 489861baa3
3 changed files with 72 additions and 48 deletions

View File

@@ -286,7 +286,7 @@ Ext.onReady(function(){
},
{
xtype : 'displayfield',
fieldLabel: 'OpenSSL Version (**)',
fieldLabel: 'OpenSSL Version (*)',
id : 'openssl'
},
{
@@ -311,7 +311,7 @@ Ext.onReady(function(){
},
{
xtype : 'displayfield',
fieldLabel: 'LDAP Support (***)',
fieldLabel: 'LDAP Support (*)',
id : 'ldap'
},
{