ILIAS  release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
securimage_play.php
Go to the documentation of this file.
1<?php
2
37require_once dirname(__FILE__) . '/securimage.php';
38
40
41// To use an alternate language, uncomment the following and download the files from phpcaptcha.org
42// $img->audio_path = $img->securimage_path . '/audio/es/';
43
44// If you have more than one captcha on a page, one must use a custom namespace
45// $img->namespace = 'form2';
46
47$img->outputAudioFile();
Project: Securimage: A PHP class for creating and managing form CAPTCHA images File: securimage....