Show visual-captcha.php syntax highlighted
<?php
require_once ('core/engine.php');
$Config->CONNECT();
Session :: create();
Renderer :: setFlag("output", false);
$aFonts = array('fonts/VeraBd.ttf', 'fonts/VeraIt.ttf', 'fonts/Vera.ttf');
$oVisualCaptcha = new PhpCaptcha($aFonts, 200, 60);
$oVisualCaptcha->Create();
?>
See more files for this project here