AC_4897, AC_4898, AC_4899: Multifile uploader fixes.
[acontent.git] / 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 ?>