index.php 177 B

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