summaryrefslogtreecommitdiff
path: root/cgi-bin/html/ckeditor/config.js
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2018-07-12 21:14:44 +0800
committerchai <chaifix@163.com>2018-07-12 21:14:44 +0800
commit181b206863d3765fe5343ceea8e1e00e52ffba9e (patch)
treec14fea74a41b7c1d789bf89a0e15238f3511dc8c /cgi-bin/html/ckeditor/config.js
parentd351e45604f192df6ef710d476a8e529fefa73bf (diff)
update
Diffstat (limited to 'cgi-bin/html/ckeditor/config.js')
-rw-r--r--cgi-bin/html/ckeditor/config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi-bin/html/ckeditor/config.js b/cgi-bin/html/ckeditor/config.js
index 34baeed..048198a 100644
--- a/cgi-bin/html/ckeditor/config.js
+++ b/cgi-bin/html/ckeditor/config.js
@@ -35,6 +35,6 @@ CKEDITOR.editorConfig = function( config ) {
// Simplify the dialog windows.
config.removeDialogTabs = 'image:advanced;link:advanced';
- config.filebrowserImageUploadUrl = "/cgi-bin/html/image";
+ config.filebrowserImageUploadUrl = "/cgi-bin/";
config.height = 100;
};