Skip to content

Instantly share code, notes, and snippets.

@kaqfa
Created December 19, 2016 11:10
Show Gist options
  • Save kaqfa/a221d759d259ed7ebe815af910595d44 to your computer and use it in GitHub Desktop.
Save kaqfa/a221d759d259ed7ebe815af910595d44 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Admin Display</title>
</head>
<body>
<h1>whatever you display in admin page</h1>
<h2><?php echo "current user:".$user; ?></h2>
<a href="process.php?action=logout">Logout</a>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment