Advertisement
Borzyk

Untitled

Jul 2nd, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. function cms_authorize($x,$y){
  2. $user="użytkownik&amp;logowanie<br>";
  3. $pass="nie zgadniesz trudnego hasła&gt;_&lt;";
  4. html_entity_decode($_POST['pass'])
  5. if (($x==$user)&&($y==$pass)){
  6.  
  7.  
  8. header('location:/c2/?user={'.$x.'}'); }
  9. else{
  10. echo "nooo chyba nie to hasło albo login";
  11. include('index.php');
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement