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
427 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('APPTYPEID', 0);
  10. define('CURSCRIPT', 'user');
  11. define('BASESCRIPT', basename(__FILE__));
  12. define('DZZSCRIPT', 'index.php');
  13. define('template', '1');
  14. require __DIR__ . '/core/dzzstart.php';