forked from leftypol/leftypol
Remove imgcaptcha, this code is unused in any of our forks and needs work to get here back.
Revert "Merge branch 'imgcaptcha' of https://github.com/asiekierka/Tinyboard" This reverts commit49afb685c8
, reversing changes made to2451a0f29c
. Conflicts: js/imgcaptcha.js
This commit is contained in:
parent
8772c31ce1
commit
97a22e57c1
8 changed files with 1 additions and 234 deletions
|
@ -233,8 +233,6 @@
|
|||
'embed',
|
||||
'recaptcha_challenge_field',
|
||||
'recaptcha_response_field',
|
||||
'imgcaptcha_hash',
|
||||
'imgcaptcha_verify',
|
||||
'spoiler',
|
||||
'quick-reply'
|
||||
);
|
||||
|
@ -270,19 +268,6 @@
|
|||
$config['recaptcha_public'] = '6LcXTcUSAAAAAKBxyFWIt2SO8jwx4W7wcSMRoN3f';
|
||||
$config['recaptcha_private'] = '6LcXTcUSAAAAAOGVbVdhmEM1_SyRF4xTKe8jbzf_';
|
||||
|
||||
$config['imgcaptcha'] = false;
|
||||
$config['imgcaptcha_key'] = "cos losowego"; // max 32 znaki
|
||||
$config['imgcaptcha_list'] = "/sciezka/do/pliku.txt";
|
||||
$config['imgcaptcha_images'] = "/sciezka/do/obrazkow"; // without a slash at the end
|
||||
$config['imgcaptcha_question'] = "Was ist das?";
|
||||
$config['imgcaptcha_time_limit'] = 90; // Kapcza wazna przez 90 sekund po wejsciu
|
||||
$config['imgcaptcha_filler'] = "/plik/kliknijmie.png";
|
||||
$config['imgcaptcha_width'] = 128;
|
||||
$config['imgcaptcha_height'] = 96;
|
||||
|
||||
// JESLI DODAJESZ IMGKAPCZE, NIE ZAPOMNIJ O TYM
|
||||
// Wymagane tez jQuery - o tam, nizej.
|
||||
//$config['additional_javascript'][] = 'js/imgcaptcha.js';
|
||||
/*
|
||||
* ====================
|
||||
* Post settings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue