mirror of https://github.com/itflow-org/itflow
Set API key back to 32 Chars
This commit is contained in:
parent
ad5710b1d8
commit
a277380441
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
require_once '../../../includes/modal_header.php';
|
||||
|
||||
$key = randomString(43);
|
||||
$decryptPW = randomString(43);
|
||||
$key = randomString(32);
|
||||
$decryptPW = randomString(32);
|
||||
|
||||
ob_start();
|
||||
?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue