diff options
| author | cassio <cassiopc@gmail.com> | 2015-09-13 11:40:58 +0000 |
|---|---|---|
| committer | cassio <cassiopc@gmail.com> | 2015-09-13 11:40:58 +0000 |
| commit | 0e7484e5c9e17e8eb21f5113774963605ddf1b87 (patch) | |
| tree | 54a8d57d9d5d10b33aad9a741bd9a275686ae377 /src/staff/header.php | |
| parent | 40ed6646e902830881fe2c530ce110d73f5a5a0b (diff) | |
| download | boca-0e7484e5c9e17e8eb21f5113774963605ddf1b87.tar.gz boca-0e7484e5c9e17e8eb21f5113774963605ddf1b87.zip | |
bug fixes for authentication
Diffstat (limited to 'src/staff/header.php')
| -rw-r--r-- | src/staff/header.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/staff/header.php b/src/staff/header.php index 27119a6..ca820bc 100644 --- a/src/staff/header.php +++ b/src/staff/header.php @@ -66,6 +66,7 @@ echo "<table border=0 width=\"100%\" align=center>\n"; echo " <tr>\n"; echo " <td align=center width=\"20%\"><a class=menu style=\"font-weight:bold\" href=task.php>Tasks ($nr)</a></td>\n"; echo " <td align=center width=\"20%\"><a class=menu style=\"font-weight:bold\" href=score.php>Score</a></td>\n"; +echo " <td align=center width=\"20%\"><a class=menu style=\"font-weight:bold\" href=run.php>Runs</a></td>\n"; echo " <td align=center width=\"20%\"><a class=menu style=\"font-weight:bold\" href=option.php>Options</a></td>\n"; echo " <td align=center width=\"20%\"><a class=menu style=\"font-weight:bold\" href=../index.php>Logout</a></td>\n"; echo " </tr>\n"; |