diff --git a/html/StupidIAconnectFour.php b/html/StupidIAconnectFour.php
index 43a9deb..fda1d04 100644
--- a/html/StupidIAconnectFour.php
+++ b/html/StupidIAconnectFour.php
@@ -14,5 +14,5 @@ for($i=0;$i<7;$i++){
}
}
shuffle($colAvailable);
-echo $i;
+echo $colAvailable[0];
die;