phpinfo.php 72 B

12345678
  1. <?php
  2. require_once 'init.php';
  3. print_r($_SESSION);
  4. phpinfo();
  5. ?>