diff -up smeserver-phpmyadmin-3.5.2.2/root/etc/e-smith/templates/etc/phpMyAdmin/config.inc.php/10config.patch1 smeserver-phpmyadmin-3.5.2.2/root/etc/e-smith/templates/etc/phpMyAdmin/config.inc.php/10config --- smeserver-phpmyadmin-3.5.2.2/root/etc/e-smith/templates/etc/phpMyAdmin/config.inc.php/10config.patch1 2013-06-20 17:29:19.000000000 -0400 +++ smeserver-phpmyadmin-3.5.2.2/root/etc/e-smith/templates/etc/phpMyAdmin/config.inc.php/10config 2013-06-20 17:33:25.000000000 -0400 @@ -64,7 +64,7 @@ if (("$multiaccess" eq "enabled")) { $OUT .="\$cfg['Servers'][\$i]['auth_type'] = 'cookie';\n"; my $secret = ${'httpd-admin'}{TKTAuthSecret} || "34322500-7330-4400-423A-3A00434F5245"; - $OUT .="\$cfg['blowfish_secret'] = '$secret'\n"; + $OUT .="\$cfg['blowfish_secret'] = '$secret';\n"; } else {