Remove the forced code
This commit is contained in:
parent
5a0037f11a
commit
17a975f28d
1 changed files with 0 additions and 1 deletions
1
db.php
1
db.php
|
@ -220,7 +220,6 @@ class DataBase
|
|||
|
||||
for ($i = 0; $i < self::CLOUD_CODE_MAXTRY; $i++) {
|
||||
$code = bin2hex(random_bytes(self::CLOUD_CODE_LENGTH));
|
||||
$code = '2ae606bfb6d2';
|
||||
if (!$this->loadCloudByCode($code)) {
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue