6 lines
89 B

  1. <?php
  2. require_once dirname(__FILE__) . '/../session/Session.php';
  3. Session::start();
  4. ?>