Browse Source

logo优化

master
ahbmz 4 years ago
parent
commit
628d555d8f
  1. BIN
      common/image/footlogo.png
  2. BIN
      common/image/logo.png
  3. 2
      e/config/config.php
  4. 4
      m/e/config/config.php

BIN
common/image/footlogo.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.6 KiB

After

Width:  |  Height:  |  Size: 9.6 KiB

BIN
common/image/logo.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.1 KiB

After

Width:  |  Height:  |  Size: 9.5 KiB

2
e/config/config.php

@ -9,7 +9,7 @@ $ecms_config=array();
//数据库设置
$ecms_config['db']['usedb']='mysql'; //数据库类型
$ecms_config['db']['dbver']='5.0'; //数据库版本
$ecms_config['db']['dbserver']='122.114.59.173'; //数据库登录地址
$ecms_config['db']['dbserver']='localhost'; //数据库登录地址
$ecms_config['db']['dbport']=''; //端口,不填为按默认
$ecms_config['db']['dbusername']='empirecms'; //数据库用户名
$ecms_config['db']['dbpassword']='ZEGPmSG5pkMZHFeR'; //数据库密码

4
m/e/config/config.php

@ -11,8 +11,8 @@ $ecms_config['db']['usedb']='mysql'; //数据库类型
$ecms_config['db']['dbver']='5.0'; //数据库版本
$ecms_config['db']['dbserver']='localhost'; //数据库登录地址
$ecms_config['db']['dbport']=''; //端口,不填为按默认
$ecms_config['db']['dbusername']='root'; //数据库用户名
$ecms_config['db']['dbpassword']='root'; //数据库密码
$ecms_config['db']['dbusername']='empirecms'; //数据库用户名
$ecms_config['db']['dbpassword']='ZEGPmSG5pkMZHFeR'; //数据库密码
$ecms_config['db']['dbname']='empirecms'; //数据库名
$ecms_config['db']['setchar']='utf8'; //设置默认编码
$ecms_config['db']['dbchar']='utf8'; //数据库默认编码

Loading…
Cancel
Save