@@ -3,6 +3,6 @@
$host = getenv('DB_HOST') ?: 'db';
$user = getenv('DB_USER') ?: 'root';
$pass = getenv('DB_PASSWORD') ?: 'rootpassword';
$db = '02_kerusakan';
$db = getenv('DB_NAME') ?: 'uas_06';
$conn = @mysqli_connect($host, $user, $pass, $db);
The note is not visible to the blocked user.