ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
◀ ilDoc Overview
securimage_play.php
Go to the documentation of this file.
1
<?
php
2
37
require_once dirname(__FILE__) .
'/securimage.php'
;
38
39
$img
=
new
Securimage
();
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();
Securimage
Project: Securimage: A PHP class for creating and managing form CAPTCHA images File: securimage...
php
$img
$img
Definition:
securimage_play.php:39
Services
Captcha
lib
securimage_3_5_1
securimage_play.php
Generated on Fri Jan 24 2025 19:01:06 for ILIAS by
1.8.13 (using
Doxyfile
)