hnhx / librebin

A privacy friendly JavaScript free alternative to Pastebin
GNU Affero General Public License v3.0
13 stars 0 forks source link

Captcha not working #1

Closed rosalinaowo closed 2 years ago

rosalinaowo commented 2 years ago

As the title says, the captcha isn't working. Even if i open it in another tab it says ".../captcha.php cannot be displayed because it contains errors." I didn't edit any file and the permission are correctly set for nginx. immagine Also should the api key be empty or a string?

hnhx commented 2 years ago

Hey!

You will need to install / enable the php-gd extension to make the captcha work. For the api key, you can generate a long string and put it in there to bypass the captcha.

rosalinaowo commented 2 years ago

Thanks a lot, all working now. Also cool project and website!

hnhx commented 2 years ago

Glad you like it!