mirror of
https://github.com/php/web-wiki.git
synced 2025-07-25 16:40:44 +00:00
12 lines
369 B
PHP
Executable File
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!';
|
|
|