From 5b05831c624b2178bce945eef5a7b2fdfe1ed6fe Mon Sep 17 00:00:00 2001 From: nolanwhy <69528856+nolanwhy@users.noreply.github.com> Date: Tue, 28 Mar 2023 08:21:11 +0200 Subject: [PATCH] Update config.php --- core/config.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/core/config.php b/core/config.php index 20ce72a..0acd577 100644 --- a/core/config.php +++ b/core/config.php @@ -90,6 +90,4 @@ try { unset($sql); } catch (PDOException $e) { die("Connection failed: " . $e->getMessage()); -} - -$sitename = "TestTube"; \ No newline at end of file +} \ No newline at end of file