mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
Set API key back to 32 Chars
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
require_once '../../../includes/modal_header.php';
|
||||
|
||||
$key = randomString(43);
|
||||
$decryptPW = randomString(43);
|
||||
$key = randomString(32);
|
||||
$decryptPW = randomString(32);
|
||||
|
||||
ob_start();
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user