Set API Key to 32 Chars

This commit is contained in:
johnnyq 2025-12-18 14:28:24 -05:00
parent a79ce23ae5
commit 3e3531a6ce
1 changed files with 2 additions and 2 deletions

View File

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