<?php
defined('_VALID') or die('Restricted Access!');
return array(
'driver' => 'image',
'level' => 'medium',
'words' => 'random',
'width' => 170,
'height' => 50,
'recaptcha_public_key' => '',
'recaptcha_private_key' => '',
'fonts' => array('Vera.ttf', 'Custom.ttf', 'arialbi.ttf')
);
?>