From b20bd996502a42afa8c212101d0cda42c178489a Mon Sep 17 00:00:00 2001 From: lub Date: Sun, 3 Aug 2025 09:53:39 +0200 Subject: [PATCH] remove dev comments --- index.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/index.php b/index.php index 1509d02..7ca0de3 100644 --- a/index.php +++ b/index.php @@ -8,9 +8,7 @@ define('ACCESS_TOKEN', file_get_contents('/run/secrets/access_token')); define('REGISTRATION_PASSWORD', file_get_contents('/run/secrets/registration_password')); define('REGISTRATION_SHARED_SECRET', file_get_contents('/run/secrets/registration_shared_secret')); -# !qToRyKgjEuHZbzqeKv:imninja.net define('ROOM_ID', $_ENV['ROOM_ID']); -# http://synapse:8008 define('SYNAPSE_URL', $_ENV['SYNAPSE_URL']); if (isset($_GET['secret']) && $_GET['secret'] === REGISTRATION_PASSWORD) {