diff --git a/core/config.php b/core/config.php index d2f59e1..20ce72a 100644 --- a/core/config.php +++ b/core/config.php @@ -91,3 +91,5 @@ try { } catch (PDOException $e) { die("Connection failed: " . $e->getMessage()); } + +$sitename = "TestTube"; \ No newline at end of file