index.php 142 B

123456
  1. <?php
  2. /* For licensing terms, see /license.txt */
  3. $app = require_once '../main/inc/global.inc.php';
  4. $app->run();
  5. //$app['http_cache']->run();