Skip to content

Commit

Permalink
LIB001-1129: Adding Logout button on game over screen
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthe committed Feb 18, 2015
1 parent f84078f commit 1eef529
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion games/gameCrowdSourcingApproval.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
$link = mysql_connect($dbserver, $username, $password);
@mysql_select_db($database) or die( "Unable to select database");


if (isset ($_POST['save']))
{
$check_box = $_POST['moderated'];
Expand Down Expand Up @@ -168,6 +167,14 @@
<tr>
<td class="menutext" colspan="2">Thanks for doing all that voting. Keep an eye on your scores - there could be a prize for you!<br />Your score will grow as other people vote on your tags!</td>
</tr>
<tr>
<td class = "menu">
<form action="https://www.ease.ed.ac.uk/logout.cgi" method="post" name="logout">
<input type="submit" value="Logout" name="verify" />
<input type="hidden" value="https://www.ease.ed.ac.uk/logout.html" name="url">
</form>
</td>
</tr>
</table>';
}
else
Expand Down

0 comments on commit 1eef529

Please sign in to comment.