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