Files
linux-script/sh_scripts/res/phpmyadmin-config.inc.php
MrUnknownDE c52c793302 update 001
+ update python version
+ update some links
+ bugfix php (update debian11)
2022-01-11 14:35:03 +01:00

11 lines
346 B
PHP

declare(strict_types=1);
$cfg['blowfish_secret'] = 'GEN_PASS'; /* 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'] = '';"