Guild Wars stat tracking The idea behind this is to track multiple characters individual stats as well as account stats.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 

9 行
371 B

  1. </center>
  2. <?php
  3. // the footer just adds a logout button at the bottom of every page for the currently logged in user
  4. if (isset($_SESSION['userid']) && ($_SESSION['username'])) {
  5. echo '<center><br /><br /><form method="post" action="logout.php"><input type="hidden" name="action" value="logout" ><input type="submit" value="Logout"></form></center>';
  6. }
  7. ?>
  8. </body>
  9. </html>