File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22defined ('FoundPHP.com ' ) or die ('access denied! ' );
33/* ----------------------------- 基本设置 ----------------------------- */
44$ PATH = './ ' ; //当前目录
5- $ PATH_RAND = '' ; //随机目录名安装时生成
5+ $ PATH_RAND = 'y338265D ' ; //随机目录名安装时生成
66$ RAND_DIR = 'data/FoundPHP_ ' .$ PATH_RAND .'/ ' ; //随机目录
77$ FILE_DIR = 'data/files/ ' ;
88$ STYLE_DIR = 'data/style/ ' ;
7070$ config ['set ' ]['site_key ' ] = '' ; //网站关键词
7171$ config ['set ' ]['site_desc ' ] = '' ; //网站介绍
7272
73- $ config ['set ' ]['site_url ' ] = 'http://foundphp.com ' ; //网站首页
73+ $ config ['set ' ]['site_url ' ] = 'http://localhost/dev/000/ ' ; //网站首页
7474$ config ['set ' ]['wx_url ' ] = 'http://wx.foundphp.com/ ' ; //微信首页
7575
7676$ config ['set ' ]['limit ' ] = 20 ; //默认分页数
149149$ config ['mail ' ]['pass ' ] = '' ; //密码
150150
151151/* ----------------------------- 编辑器配置 ----------------------------- */
152- $ config ['edit ' ]['type ' ] = 'mdeditor ' ; //text则为文本编辑器,mdeditor MarkDownEditor, kindeditor kind编辑器, ueditor 百度编辑器
152+ $ config ['edit ' ]['type ' ] = 'text ' ; //text则为文本编辑器,mdeditor MarkDownEditor, kindeditor kind编辑器, ueditor 百度编辑器
153153$ config ['edit ' ]['lang ' ] = $ FOUNDPHP_LANG ; //支持的语言
154154$ config ['edit ' ]['lang ' ] = 'zh ' ; //支持的语言
155155$ config ['edit ' ]['php ' ] = 'index.php?a=upfile ' ; //上传文件路径
You can’t perform that action at this time.
0 commit comments