X-Git-Url: http://git.shiar.nl/minimedit.git/blobdiff_plain/e6c3f4fe5f308ca6ff56bb9c4fb28df0411fb0d3..dd363674c2ea2dc3998864fb3f6057947276828c:/page.inc.php 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";