ILIAS  release_4-3 Revision
 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 ?>