Current Path : /usr/share/phpmyadmin/ |
Current File : //usr/share/phpmyadmin/config.inc.php |
<?php $cfg['PmaAbsoluteUri'] = 'http://'.$_SERVER["HTTP_HOST"].'/myadmin/'; $cfg['SuhosinDisableWarning'] = TRUE; $cfg['PmaAbsoluteUri_DisableWarning'] = TRUE; $cfg['blowfish_secret'] = 'u44wN1u5'; $cfg['Servers'][1] = array( 'verbose' => 'MySQL', 'auth_type' => 'cookie', 'user' => '', 'host' => 'localhost' ); ?>