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