update 001

+ update python version
+ update some links
+ bugfix php (update debian11)
This commit is contained in:
2022-01-11 14:35:03 +01:00
parent d5e94d988c
commit c52c793302
5 changed files with 53 additions and 26 deletions

View 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'] = '';"