Skip to content

Commit

Permalink
Update captcha.gif.php
Browse files Browse the repository at this point in the history
  • Loading branch information
rickbot-dot authored Jul 2, 2023
1 parent fb1874a commit 6dca770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion danger_zone/captcha.gif.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
session_start();
class Captcha {
public function generateCaptcha($width = 1240, $height = 120, $characters = 24) {
$IP = __dir__;
$IP = dirname(__dir__);
// Define characters the CAPTCHA is allowed to use.
// Other characters will not be in the list.
// Characters other than non-accent Latin characters and Arabic numerals, such as the letter æ,
Expand Down

0 comments on commit 6dca770

Please sign in to comment.