Legend:
- Unmodified
- Added
- Removed
-
quests/Login.php
r39 r201 6 6 if (!$Line) { 7 7 } else { 8 If ( $Line[1] == $Pass) {8 If (($Line[1] == $Pass) and isset($User)) { 9 9 // pøihláení 10 10 $_SESSION['Licence'] = 1; -
quests/index.php
r39 r201 53 53 54 54 ?> 55 < a href="FormRegistrace.php" style="color: red">Registrace!!</a><br><br>56 Login:<br>55 <br><br> 56 <b>Login:</b><br> 57 57 <form action="index.php" method="post"> 58 58 <table> … … 66 66 </tr> 67 67 <tr> 68 <th><input type="submit" value="Pøihlásit"></th> 68 <th><input type="submit" value="Pøihlásit"></th><td><a href="FormRegistrace.php" style="color: red">Registrace!!</a></td> 69 69 </tr> 70 70 </table>
Note:
See TracChangeset
for help on using the changeset viewer.