Files
dokuwiki-plugins/lib/plugins/ckgedit/ckeditor/schemes.php
Trevor Batley bce7dd054a add contents
2025-10-09 15:04:29 +11:00

8 lines
145 B
PHP

<?php
/**
../../../../conf/scheme.conf
*/
$SCHEMES = realpath(dirname(__FILE__).'/../../../../').'/conf/scheme.conf';
readfile($SCHEMES);