<?php /** * The 'cookie' auth_type uses blowfish algorithm to encrypt the password. If * at least one server configuration uses 'cookie' auth_type, enter here a * pass phrase that will be used by blowfish. The maximum length seems to be 46 * characters. * * @global string $cfg['blowfish_secret'] */ $cfg['blowfish_secret'] = 'rIG9dfF2YngptVwmohSGIDfpiHHHrQ=='; $cfg['Servers'][1]['host'] = 'salazo.han-solo.net' ?>