Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2020
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. <?php
  2.  
  3. session_start();
  4.  
  5. require_once("../core/function.php");
  6.  
  7. require_once("../core/database.php");
  8. global $db;
  9. global $dbCheck;
  10.  
  11. date_default_timezone_set('UTC');
  12.  
  13. $yt = s_p($_GET['youtuber'], "string");
  14. $download = s_p($_POST['download'], "int");
  15. $date = date("Y-m-d");
  16.  
  17. if(!empty($yt) && $dbCheck == true)
  18. {
  19.  
  20.  
  21. //Скрин 1
  22.  
  23. //Скрин 2
  24.  
  25. else
  26. {
  27. exit("<meta http-equiv='refresh' content='0; url= /promo'>");
  28. die();
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement