Skip to content

Commit

Permalink
fixing small issue in resetting DB on successful completion of challenge
Browse files Browse the repository at this point in the history
  • Loading branch information
Audi-1 committed Oct 6, 2014
1 parent 324c288 commit 0e90282
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Less-54/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,8 @@
echo '<font color= "#FFFF00">';
echo "\n<br><br><br>";
echo '<img src="../images/Less-54-1.jpg" />';
echo "</font>";
echo "</font>";
header( "refresh:4;url=../sql-connections/setup-db-challenge.php?id=$pag" );
}
else
{
Expand Down
1 change: 1 addition & 0 deletions Less-55/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
echo "<br>";
echo 'Your Password:' .$row['password'];
echo "</font>";
header( "refresh:4;url=../sql-connections/setup-db-challenge.php?id=$pag" );
}
else
{
Expand Down

0 comments on commit 0e90282

Please sign in to comment.