X-Git-Url: http://git.shiar.nl/minimedit.git/blobdiff_plain/aee71926fef0a65076c0c40b4c3280506dec5aba..76b939d83e563cb783d666c48b0fa9ffdac827e6:/page.inc.php diff --git a/page.inc.php b/page.inc.php index 17e7c80..3559e63 100644 --- a/page.inc.php +++ b/page.inc.php @@ -1,15 +1,4 @@ admin("edit {$Page->link}")) { - $ckesrc = '/lib/ckeditor'; # local install - if (!file_exists(DOCROOT . $ckesrc)) { - $ckesrc = '//cdn.ckeditor.com/4.15.1/full-all'; # remote fallback - } - ob_start(); - printf("\n", "$ckesrc/ckeditor.js"); - print ''."\n"; - $Page->head = ob_get_clean(); -} - include_once 'head.inc.php'; print "
\n";