Index: captcha.inc.php =================================================================== --- captcha.inc.php (revision 1821) +++ captcha.inc.php (revision 1822) @@ -510,6 +510,9 @@ } function SetFonts($vFonts) { + // override any pre-defined file path + putenv('GDFONTPATH='.realpath('.')); + // check for input type if (is_array($vFonts)) { $aFonts = $vFonts;