LAST time, KneeNinetySeven,

/dev/urandom IS NOT a variable name generator...
This commit is contained in:
2022-02-23 04:42:09 +01:00
parent 8927259f04
commit 538ab9b29f
3 changed files with 36 additions and 88 deletions

View File

@@ -1,5 +1,5 @@
declare(strict_types=1);
$cfg['blowfish_secret'] = 'GEN_PASS'; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */
$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';