Files
linux-script/sh_scripts/res/phpmyadmin-config.inc.php
MrUnknownDE 538ab9b29f LAST time, KneeNinetySeven,
/dev/urandom IS NOT a variable name generator...
2022-02-23 04:42:09 +01:00

11 lines
466 B
PHP

declare(strict_types=1);
$cfg['blowfish_secret'] = '3$tmLa#*vQ9Pv77C6^ng$wxLWpKdvaT2@!pWdqWx*5RBAz$t9LH8z5w@oER8Q!%Fgaoyyo8SwmkCn6UWrBkEXGT8fKCi&JcGNk3F%dN7FumKjjvqdJQJKc9hyb#Jihqo'; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */
$i = 0;
$i++;
$cfg['Servers'][$i]['auth_type'] = 'cookie';
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['compress'] = false;
$cfg['Servers'][$i]['AllowNoPassword'] = false;
$cfg['UploadDir'] = '';
$cfg['SaveDir'] = '';"