You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
523 B

7 years ago
  1. <?php
  2. /*
  3. * @copyright Leyun internet Technology(Shanghai)Co.,Ltd
  4. * @license http://www.dzzoffice.com/licenses/license.txt
  5. * @package DzzOffice
  6. * @link http://www.dzzoffice.com
  7. * @author zyx(zyx@dzz.cc)
  8. */
  9. define('IN_ADMIN', TRUE);
  10. define('NOROBOT', TRUE);
  11. define('ADMINSCRIPT', basename(__FILE__));
  12. define('BASESCRIPT', basename(__FILE__));
  13. define('CURSCRIPT', 'admin');
  14. define('APPTYPEID', 0);
  15. define('DZZSCRIPT', 'index.php');
  16. define('template', '1');
  17. require __DIR__ . '/core/adminstart.php';