- $baseUrl = 'https://'.$_SERVER['HTTP_HOST'].'/xxxx/';
代
改成
- function CheckAuthentication()
- {
- return true;
- }
代 - function CheckAuthentication()
- {
- return false;
- }
代
ckfinder/config.php
文章出:Netyea NetYea, 新竹, 竹北, 苗栗, 桃
在搜引擎不改版不能不入https
所今後台器片上也得不能用了
不得已又就教了谷哥大神
多方後,找到
CKeditor 4.11.1 器CKfinder 2.6.2.1 片上可以用


案下了今後,覆之前案
找到 ckeditor/config.js
- CKEDITOR.editorCOnfig= function( config ) {
- // Define changes to default configuration here. For example:
- // config.language = 'fr';
- // config.uiColor = '#AADC6E';
- }
代
加入
- // Remove some buttons provided by the standard plugins, which are
- // not needed in the Standard(s) toolbar.
- config.removeButtOns= 'Underline,Subscript,Superscript';
-
- // Set the most common block elements.
- config.format_tags = 'p;h1;h2;h3;pre';
-
- // Simplify the dialog windows.
- config.removeDialogTabs = 'image:advanced;link:advanced';
- baseurl = 'https://'+window.location.hostname;
- config.filebrowserBrowseUrl = baseurl+'/includes/ckfinder/ckfinder.html';
- config.filebrowserImageBrowseUrl = baseurl+'/includes/ckfinder/ckfinder.html?Type=Images';
- config.filebrowserFlashBrowseUrl = baseurl+'/includes/ckfinder/ckfinder.html?Type=Flash';
- config.filebrowserUploadUrl = baseurl+'/includes/ckfinder/core/connector/php/connector.php?command=QuickUpload&type=Files'; //可上一般案
- config.filebrowserImageUploadUrl = baseurl+'/includes/ckfinder/core/connector/php/connector.php?command=QuickUpload&type=Images';//可上
- config.filebrowserFlashUploadUrl = baseurl+'/includes/ckfinder/core/connector/php/connector.php?command=QuickUpload&type=Flash';//可上Flash案
- };
代
路就改成要的路就能了
文章定位: