* Version: $Id: setup.php,v 1.23.2.8.2.2 2006/05/15 07:57:09 nijel Exp $ * Date: Thu, 08 Jun 2006 01:15:06 GMT */ /* Servers configuration */ $i = 0; /* Server localhost (http) [1] */ $i++; $cfg['Servers'][$i]['host'] = 'localhost'; $cfg['Servers'][$i]['extension'] = 'mysql'; $cfg['Servers'][$i]['connect_type'] = 'tcp'; $cfg['Servers'][$i]['compress'] = false; $cfg['Servers'][$i]['auth_type'] = 'http'; /* End of servers configuration */ $cfg['LeftFrameLight'] = true; $cfg['LeftFrameDBTree'] = false; $cfg['LeftFrameDBSeparator'] = '_'; $cfg['LeftFrameTableSeparator'] = '__'; $cfg['LeftFrameTableLevel'] = 1; $cfg['LeftDisplayLogo'] = true; $cfg['LeftDisplayServers'] = false; $cfg['LeftPointerEnable'] = true; $cfg['AllowAnywhereRecoding'] = false; $cfg['RecodingEngine'] = 'iconv'; $cfg['IconvExtraParams'] = '//TRANSLIT'; /* End of servers configuration */ $cfg['ForceSSL'] = false; $cfg['ShowPhpInfo'] = true; $cfg['ShowChgPassword'] = true; $cfg['AllowArbitraryServer'] = true; $cfg['LoginCookieRecall'] = 'something'; $cfg['LoginCookieValidity'] = 1800; ?>