remove old readme
[atutor.git] / docs / include / securimage / securimage_show.php
1 <?php
2 $_user_location = 'public';
3 define('AT_INCLUDE_PATH', '../');
4 require (AT_INCLUDE_PATH.'vitals.inc.php');
5 session_start();
6
7 include 'securimage.php';
8
9 $img = new securimage();\r
10
11 $img->show(); // alternate use:  $img->show('/path/to/background.jpg');
12 ?>