index.php 87 B

1234
  1. <?php
  2. session_start();
  3. ini_set('display_errors', 1);
  4. require_once 'app/bootstrap.php';