Advertisement
Guest User

x

a guest
Apr 30th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <?php
  2. include_once("../include/check_login_status.php");
  3.  
  4. $userID = $_SESSION["userid"];
  5. $pass = $_SESSION["password"];
  6. $username = $_SESSION["username"];
  7. $userDir = $username; // User directory is retrived from Username session
  8.  
  9. // Initialize any variables that the page might echo
  10. $user = "";
  11. $password = "";
  12. $name = "";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement