_init.php 186 B

12345
  1. <?php
  2. define('ST_ROOT', realpath(dirname(__FILE__) . '/..'));
  3. require_once ST_ROOT .'/Lib/functions.php';
  4. require_once ST_ROOT .'/Lib/Cache.php';
  5. require_once ST_ROOT .'/Web/config.php';