diff --git a/bank/checkresetbob.php b/bank/checkresetbob.php
index b9bfc08..79fe708 100644
--- a/bank/checkresetbob.php
+++ b/bank/checkresetbob.php
@@ -4,7 +4,7 @@ $result = $connection->query("SELECT * FROM gebruikers WHERE gebruikersnaam = 'B
$row = $result->fetch_array();
echo "Bob heeft: " . $row['balans'] . "
";
-if ((int)$row['balans'] >= 1000000) {
+if ((int)$row['balans'] >= 10000) {
echo "Bob is miljonair
";
}
@@ -14,4 +14,4 @@ $connection->query("UPDATE gebruikers SET balans = 10.00 WHERE gebruikersnaam =
$connection->close();
-?>
\ No newline at end of file
+?>