Skip to content

Commit

Permalink
Update play.php
Browse files Browse the repository at this point in the history
  • Loading branch information
comsomisha authored Mar 30, 2017
1 parent 2e011ce commit eca06f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion millionaire/play.php
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ function game_millionaire_showgrid( $game, $millionaire, $id, $query, $aanswer,
$styletext = "style='$stylequestion'";
}

$aval = array( 100, 200, 300, 400, 500, 1000, 1500, 2000, 4000, 5000, 10000, 20000, 40000, 80000, 150000);
$aval = array( 500, 1000, 2000, 3000, 5000, 10000, 15000, 25000, 50000, 100000, 200000, 400000, 800000, 1500000, 3000000);
for ($i = 15; $i >= 1; $i--) {
$btr = false;

Expand Down

0 comments on commit eca06f5

Please sign in to comment.