Untitled


SUBMITTED BY: WesleySantista

DATE: Dec. 4, 2021, 5:18 p.m.

FORMAT: Text only

SIZE: 156 Bytes

HITS: 557

  1. <?php
  2. error_reporting(1);
  3. session_start();
  4. if ( isset( $_SESSION["fake"] ) == '1' ){
  5. include 'fake.php';
  6. }else{
  7. ?>
  8. ?>
  9. <?php
  10. }
  11. ?>

comments powered by Disqus