Algaza

KEY

Jan 3rd, 2022
1,066
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.12 KB | None | 0 0
  1. <?php
  2.  
  3. error_reporting(0);
  4.  
  5. if($_GET['key'] == 'algaza'){
  6.  echo '{"sukses":1}';  
  7. }else{
  8.  echo '{"sukses":0}';  
  9. }
  10.  
  11. ?>
Advertisement
Add Comment
Please, Sign In to add comment