From: Mischa POSLAWSKY Date: Thu, 3 Dec 2020 19:00:01 +0000 (+0100) Subject: edit/page: update remote ckeditor to version 4.15.1 X-Git-Tag: v4.5~2 X-Git-Url: http://git.shiar.nl/minimedit.git/commitdiff_plain/dd363674c2ea2dc3998864fb3f6057947276828c edit/page: update remote ckeditor to version 4.15.1 Over 3 years since original implementation. No notable config incompatibilities. --- diff --git a/page.inc.php b/page.inc.php index ae223f1..5753b64 100644 --- a/page.inc.php +++ b/page.inc.php @@ -50,7 +50,7 @@ register_shutdown_function(function () { if ($User and $User->admin("edit $Page$Args")) { $ckesrc = '/lib/ckeditor'; # local install if (!file_exists(DOCROOT . $ckesrc)) { - $ckesrc = '//cdn.ckeditor.com/4.7.3/full-all'; # remote fallback + $ckesrc = '//cdn.ckeditor.com/4.15.1/full-all'; # remote fallback } printf("\n", "$ckesrc/ckeditor.js"); print ''."\n";