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.

14 lines
405 B

7 years ago
8 months 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('APPTYPEID', 100);
  10. define('CURSCRIPT', 'misc');
  11. define('DZZSCRIPT', 'index.php');
  12. define('BASESCRIPT', basename(__FILE__));
  13. require __DIR__ . '/core/dzzstart.php';