Added Lorem Ipsum option

instead of just blank page
This commit is contained in:
Sascha Leib
2025-10-26 14:37:15 +01:00
parent cef3810678
commit 0cbbfe5375
2 changed files with 9 additions and 9 deletions

View File

@@ -13,5 +13,5 @@ $meta['geoiplib'] = array('multichoice',
//$meta['useCaptcha'] = array('onoff');
$meta['useCaptcha'] = array('multichoice',
'_choices' => array ('disabled', 'blank', 'dada'));
'_choices' => array ('disabled', 'loremipsum', 'dada'));
$meta['captchaSeed'] = array('string');

View File

@@ -6,16 +6,16 @@
*/
$lang['showday'] = 'Which data to show in the “Latest” tab:';
$lang['showday_o_yesterday'] = 'Last full day (yesterday)';
$lang['showday_o_today'] = 'Ongoing logs (today)';
$lang['showday_o_yesterday'] = 'Last full day (yesterday)';
$lang['showday_o_today'] = 'Ongoing logs (today)';
$lang['geoiplib'] = 'Add GeoIP Information<br><small>(requires PHP module to be installed)</small>';
$lang['geoiplib_o_disabled'] = 'Disabled';
$lang['geoiplib_o_phpgeoip'] = 'Use GeoIP Module';
$lang['geoiplib_o_disabled'] = 'Disabled';
$lang['geoiplib_o_phpgeoip'] = 'Use GeoIP Module';
$lang['useCaptcha'] = 'Enable Captcha<br><small>(Experimental, read the manual first!)</small>';
$lang['useCaptcha_o_disabled'] = 'Disabled';
$lang['useCaptcha_o_blank'] = 'Show empty background';
$lang['useCaptcha_o_dada'] = 'Show placeholder text';
$lang['useCaptcha_o_disabled'] = 'Disabled';
$lang['useCaptcha_o_loremipsum'] = 'Captcha with Lorem ipsum text';
$lang['useCaptcha_o_dada'] = 'Captcha with Dada placeholder text';
$lang['captchaSeed'] = 'Captcha Seed<br><small>(Best use a random number, e.g. <a href="https://www.browserling.com/tools/random-hex" target="_blank">here</a> )</small>';
$lang['captchaSeed'] = 'Captcha Seed<br><small>(Enter a random string, e.g. <a href="https://www.browserling.com/tools/random-hex" target="_blank">from here</a>)</small>';