Changeset 201


Ignore:
Timestamp:
Jan 10, 2008, 5:21:09 PM (17 years ago)
Author:
maron
Message:

menší oprava překladů questů

Location:
quests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • quests/Login.php

    r39 r201  
    66    if (!$Line) {
    77    } else {
    8       If ($Line[1] == $Pass) {
     8      If (($Line[1] == $Pass) and isset($User)) {
    99        // pøihlášení
    1010        $_SESSION['Licence'] = 1;
  • quests/index.php

    r39 r201  
    5353       
    5454?>
    55   <a href="FormRegistrace.php" style="color: red">Registrace!!</a><br><br>
    56   Login:<br>
     55  <br><br>
     56  <b>Login:</b><br>
    5757  <form action="index.php" method="post">
    5858  <table>
     
    6666    </tr>
    6767    <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>
    6969    </tr>
    7070  </table>
Note: See TracChangeset for help on using the changeset viewer.