index.php 146 B

123456789
  1. <?php
  2. /* Desc : Platform entrance
  3. * Para :
  4. **/
  5. require('./config/config.php');
  6. require_once( ONU_ROOT . "/core.php");
  7. ONUCore::loadAction();