1 |
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 |
2 |
--- 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 |
3 |
+++ 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 |
4 |
@@ -64,7 +64,7 @@ if (("$multiaccess" eq "enabled")) |
5 |
{ |
6 |
$OUT .="\$cfg['Servers'][\$i]['auth_type'] = 'cookie';\n"; |
7 |
my $secret = ${'httpd-admin'}{TKTAuthSecret} || "34322500-7330-4400-423A-3A00434F5245"; |
8 |
- $OUT .="\$cfg['blowfish_secret'] = '$secret'\n"; |
9 |
+ $OUT .="\$cfg['blowfish_secret'] = '$secret';\n"; |
10 |
} |
11 |
else |
12 |
{ |