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