WesleySantista


SUBMITTED BY: WesleySantista

DATE: Dec. 27, 2023, 5:21 p.m.

FORMAT: Text only

SIZE: 225 Bytes

HITS: 280

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

comments powered by Disqus