Files
php-web-wiki/dokuwiki/lib/plugins/htmlok/lang/en/settings.php
2024-05-20 10:19:09 -05:00

12 lines
369 B
PHP
Executable File

<?php
/**
* english language file for htmlok plugin
*
* @author saggi <saggi@gmx.de>
*/
// keys need to match the config setting name
$lang['htmlok'] = 'Allow embedded HTML. Do not enable if you cannot trust the editors of your wiki content!';
$lang['phpok'] = 'Allow embedded PHP. Do not enable if you cannot trust the editors of your wiki content!';