Set API key back to 32 Chars

This commit is contained in:
johnnyq 2025-12-18 20:03:33 -05:00
parent ad5710b1d8
commit a277380441
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
require_once '../../../includes/modal_header.php';
$key = randomString(43);
$decryptPW = randomString(43);
$key = randomString(32);
$decryptPW = randomString(32);
ob_start();
?>