From 17a975f28d36bc4ac438378ee573e078be3a827d Mon Sep 17 00:00:00 2001 From: Gregory Trolliet Date: Thu, 3 Dec 2020 18:41:00 +0100 Subject: [PATCH] Remove the forced code --- db.php | 1 - 1 file changed, 1 deletion(-) diff --git a/db.php b/db.php index 8868b4f..e40bbc4 100644 --- a/db.php +++ b/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; }