4 Star 18 Fork 5

emlog / emlog

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
config.sample.php 389 Bytes
一键复制 编辑 原始数据 按行查看 历史
emlog 提交于 2022-12-02 22:25 . feat:format code style
<?php
header("location: ./install.php");
exit;
//MySQL database host
const DB_HOST = '127.0.0.1';
//MySQL database username
const DB_USER = 'root';
//MySQL database user password
const DB_PASSWD = '';
//Database name
const DB_NAME = 'emlog';
//Database table prefix
const DB_PREFIX = 'emlog_';
//Auth key
const AUTH_KEY = 'emlog-key';
//Cookie name
const AUTH_COOKIE_NAME = 'emlog-cookie';
PHP
1
https://gitee.com/snowsun/emlog.git
git@gitee.com:snowsun/emlog.git
snowsun
emlog
emlog
master

搜索帮助