Advertisement
Guest User

Untitled

a guest
Apr 1st, 2015
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. require "logout.php";
  2.  
  3. //i want to echo the password here , the file have no problem but will i have any error or risk if i do it like this ?
  4.  
  5. //but it need to go to config then go to logout to get my $password?
  6.  
  7. $pass = $password;
  8.  
  9. require "config.php";
  10.  
  11. $password = 123456;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement