ILIAS
release_4-3 Revision
◀ ilDoc Overview
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
Examples
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Groups
Pages
il_securimage_show.php
Go to the documentation of this file.
1
<?php
2
3
/* Copyright (c) 1998-2011 ILIAS open source, Extended GPL, see docs/LICENSE */
4
5
chdir(
"../../../.."
);
6
include_once(
"./include/inc.header.php"
);
7
include_once(
"./Services/Captcha/classes/class.ilSecurImage.php"
);
8
$si
=
new
ilSecurImage
();
9
$si
->showImage();
10
11
?>
Services
Captcha
lib
securimage_3_0_1
il_securimage_show.php
Generated on Sat Apr 30 2016 19:00:52 for ILIAS by
1.8.1.2 (using
Doxyfile
)