4 Star 14 Fork 7

Devret / AuthorizationSystem

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
config.php 246 Bytes
一键复制 编辑 原始数据 按行查看 历史
Devret 提交于 2020-02-21 15:16 . no commit message
<?php
$DB=array(
"host"=>"localhost", //数据库地址
"dbname"=>"newsqxt", //数据库名
"port"=>"3306", //数据端口
"user"=>"root", //数据库帐号
"password"=>"Gepoint" //数据库密码
);
?>
PHP
1
https://gitee.com/devret/AuthorizationSystem.git
git@gitee.com:devret/AuthorizationSystem.git
devret
AuthorizationSystem
AuthorizationSystem
master

搜索帮助