Browse Source

re-ordered the header to something that doesn't resemble stupid.

pull/16/head
mauirixxx 7 years ago
parent
commit
4e1148531b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      header.php

+ 1
- 1
header.php View File

@@ -50,7 +50,7 @@ if (!$userid){
echo'(<a href="adminlanding.php" class="navlink">Administration</a>) ';
}
echo '(<a href="logout.php?action=logout" class="navlink">Logout ' . $_SESSION['username'] . '</a>)</form><hr>';
echo '(<a href="updatecharstats.php" class="navlink">Update character titles</a>) (<a href="updateaccountstats.php" class="navlink">Update account titles</a>) ';
echo '(<a href="updateaccountstats.php" class="navlink">Update account titles</a>) (<a href="updatecharstats.php" class="navlink">Update character titles</a>) ';
echo '(<a href="addaccounts.php" class="navlink">Manage accounts & characters</a>)<br /><br />';
}
?>

Loading…
Cancel
Save