Update config.php

This commit is contained in:
nolanwhy 2023-03-28 08:21:11 +02:00
parent 892a2bc90c
commit 5b05831c62
1 changed files with 1 additions and 3 deletions

View File

@ -90,6 +90,4 @@ try {
unset($sql);
} catch (PDOException $e) {
die("Connection failed: " . $e->getMessage());
}
$sitename = "TestTube";
}