Signed-off-by: gaoyuheng <gaoyuheng@yuheng.hl.cn>

This commit is contained in:
2025-04-04 21:54:50 +08:00
parent 094c3ea04d
commit a4f8ba4440
157 changed files with 7732 additions and 0 deletions

12
config.php Normal file
View File

@@ -0,0 +1,12 @@
<?php
//配置信息
$CONFIG = array(
'db_host'=>"127.0.0.1", //数据库地址
'db_name'=>"danche", //数据库名成
'db_user'=>"root", //数据库用户名
'db_pass'=>"root", //数据库密码
'url'=>"http://localhost/danche", //网站根目录地址
'webname'=>"校园共享单车管理系统", //网站名称
);
?>