PHP gevorderde |
|
<?php #config.inc.php
$cfg['Servers'][$i]['auth_type'] = 'cookie';
// $cfg['blowfish_secret'] string
// Starting with version 2.5.2, the 'cookie' auth_type uses blowfish algorithm to
// encrypt the password. If at least one server configuration uses 'cookie'
// auth_type, enter here a passphrase of your choice that will be used by blowfish.
// http://www.phpmyadmin.net/documentation/#config
?>
<?php #config.inc.php $cfg['Servers'][$i]['auth_type'] = 'cookie'; // $cfg['blowfish_secret'] string // Starting with version 2.5.2, the 'cookie' auth_type uses blowfish algorithm to // encrypt the password. If at least one server configuration uses 'cookie' // auth_type, enter here a passphrase of your choice that will be used by blowfish. // http://www.phpmyadmin.net/documentation/#config ?>
|