12 lines
297 B
PHP
12 lines
297 B
PHP
<?php
|
|
/*
|
|
* @copyright QiaoQiaoShiDai Internet Technology(Shanghai)Co.,Ltd
|
|
* @license https://www.oaooa.com/licenses/
|
|
*
|
|
* @link https://www.oaooa.com
|
|
* @author zyx(zyx@oaooa.com)
|
|
*/
|
|
|
|
define('APPTYPEID', 0);
|
|
define('CURSCRIPT', 'user');
|
|
require __DIR__.'/core/dzzstart.php'; |