mirror of
https://github.com/crmeb/CRMEB.git
synced 2026-02-13 11:04:02 +00:00
移动安装目录,支持根目录index.php访问,也可以像tp5一样只对外开放crmeb一个目录
This commit is contained in:
parent
4955de5cd6
commit
c02a3a9275
@ -1439,7 +1439,7 @@ CREATE TABLE IF NOT EXISTS `eb_system_config` (
|
|||||||
`sort` int(10) unsigned NOT NULL COMMENT '排序',
|
`sort` int(10) unsigned NOT NULL COMMENT '排序',
|
||||||
`status` tinyint(1) unsigned NOT NULL COMMENT '是否隐藏',
|
`status` tinyint(1) unsigned NOT NULL COMMENT '是否隐藏',
|
||||||
PRIMARY KEY (`id`)
|
PRIMARY KEY (`id`)
|
||||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='配置表' AUTO_INCREMENT=96 ;
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='配置表' AUTO_INCREMENT=1;
|
||||||
|
|
||||||
--
|
--
|
||||||
-- 转存表中的数据 `eb_system_config`
|
-- 转存表中的数据 `eb_system_config`
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user