mirror of
https://github.com/MrUnknownDE/linux-script.git
synced 2026-04-11 10:53:51 +02:00
update 001
+ update python version + update some links + bugfix php (update debian11)
This commit is contained in:
11
sh_scripts/res/phpmyadmin-config.inc.php
Normal file
11
sh_scripts/res/phpmyadmin-config.inc.php
Normal file
@@ -0,0 +1,11 @@
|
||||
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'] = '';"
|
||||
Reference in New Issue
Block a user