This repository has been archived on 2026-06-20. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
wsh5485 7e47ce238b chore: 添加多个图片和资源文件
添加了管理后台所需的图片资源、Excel文件、安装程序以及设计相关的图片文件
2025-06-15 13:04:37 +08:00

12 lines
544 B
PHP

<?php
if(THIS_IN!="edt_c")
exit("错误的访问!");
$login_uid=check_cookie();
$db=_mysql_connect();
$msg_login_user=get_db_msg("select * from ".$table_pre."client where id='".$login_uid."'");
$_title_="首页";
$_nav_="<a href=\"?_m=user/main\">首页</a> > 欢迎登录";
$column[0][0]="欢迎登陆";
$column[0][1]="<div style=\"padding:10px;\">&nbsp;&nbsp;&nbsp;&nbsp;欢迎登陆E订通后台管理系统,请选择左边的菜单进行操作。<br><p style=\"line-height:400px;\">&nbsp;</p></div>";
include template("index_manage");
?>