dzzoffice/misc.php

15 lines
396 B
PHP
Raw Permalink Normal View History

2018-03-23 14:20:16 +08:00
<?php
/*
* @copyright Leyun internet Technology(Shanghai)Co.,Ltd
* @license http://www.dzzoffice.com/licenses/license.txt
* @package DzzOffice
* @link http://www.dzzoffice.com
* @author zyx(zyx@dzz.cc)
*/
define('APPTYPEID', 100);
define('CURSCRIPT', 'misc');
2024-09-30 12:12:15 +08:00
define('DZZSCRIPT', 'index.php');
define('BASESCRIPT', basename(__FILE__));
2018-03-23 14:20:16 +08:00
require './core/dzzstart.php';