Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- include '../include/config.php';
- include '../include/functions.php';
- welcome_msg();
- ?>
- <html lang="en">
- <head>
- <title>Admin</title>
- <meta http-equiv="Content-Type" content="text/html"; charset=utf-8" />
- <link rel="stylesheet" type="text/css" href="../style/quote_style.css" />
- </head>
- <body>
- <a href=logout.php>Logout</a><p>
- <a href=../index.php>View posts</a>
- <div class="functions">
- <div class="addp"><a href='add.php?action=newpost'>New post</a></div>
- <div class="updatep"><a href='add.php?action=updatepost&show=1'>Update post</a></div>
- <div class="deletep"><a href='add.php?action=deletepost'>Delete post</a></div>
- <div class="addu"><a href='add.php?action=adduser'>Add user</a></div>
- <div class="updateu"><a href='add.php?action=updateuser'>Update user</a></div>
- <div class="deleteu"><a href='add.php?action=deleteuser'>Delete user</a></div>
- <br>
- </div>
- <div class="action">
- <?php user_functions(); ?>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement