Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
user.php 394 Bytes
Copy Edit Raw Blame History
小胡 authored 2024-10-30 09:09 . Update user.php (#266)
<?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', 0);
define('CURSCRIPT', 'user');
define('BASESCRIPT', basename(__FILE__));
define('DZZSCRIPT', 'index.php');
require './core/dzzstart.php';
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化