插足站架站架
    - function CheckAuthentication()站架
  - {
  -         return true;站架
  - }
  
   代  在搜引擎一直改版不得不入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';
  - }
  
   代     - $baseUrl = 'https://'.$_SERVER['HTTP_HOST'].'/xxxx/';
  
   代  
 
 文章出:Netyea  NetYea, 新竹, 竹北, 苗栗, 桃
    - // 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案
  - };
  
   代  
 
 改成
 
 路就改成要的路就能了
 
 ckfinder/config.php
    - function CheckAuthentication()
  - {
  -         return false;
  - }
  
   代  本文出自:     文章定位: