BUG 10435 I added option to view history Upgrades SOLVED

I added option to view history Upgrades
This commit is contained in:
Brayan Osmar Pereyra Suxo
2013-02-21 10:31:45 -04:00
parent e80c97fb4e
commit edf31dc64b

View File

@@ -784,7 +784,7 @@ class Main extends Controller
$properties[] = array ( G::LoadTranslation('ID_SERVER_PROTOCOL') ,getenv( 'SERVER_PROTOCOL' ),$sysSection
);
$properties[] = array ( G::LoadTranslation('ID_SERVER_PORT') ,getenv( 'SERVER_PORT' ),$properties
$properties[] = array ( G::LoadTranslation('ID_SERVER_PORT') ,getenv( 'SERVER_PORT' ),$sysSection
);
//$sysSection[] = array('Remote Host', getenv ('REMOTE_HOST'), $sysSection);
$properties[] = array ( G::LoadTranslation('ID_SERVER_NAME') , getenv( 'SERVER_ADDR' ),$sysSection