mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Composer init, editor config, some cleanup and much more
This commit is contained in:
parent
6698bdc422
commit
026401be4c
15 changed files with 120 additions and 266 deletions
|
@ -2817,3 +2817,4 @@ $lang['UPLOAD_ERRORS'] = array(
|
|||
// Captcha
|
||||
$lang['CAPTCHA'] = 'Check that you are not a robot';
|
||||
$lang['CAPTCHA_WRONG'] = 'You could not confirm that you are not a robot';
|
||||
$lang['CAPTCHA_SETTINGS'] = '<h2>ReCaptcha not being fully configured</h2><p>If you haven\'t already generated the keys, you can do it on <a href="https://www.google.com/recaptcha/admin">https://www.google.com/recaptcha/admin</a>.<br />After you generate the keys, you need to put them at the file library/config.php.</p>';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue