mirror of
https://github.com/MrUnknownDE/linux-script.git
synced 2026-04-07 17:03:44 +02:00
11 lines
466 B
PHP
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'] = '';" |