This repository has been archived on 2024-09-05. You can view files and clone it, but cannot push or open issues or pull requests.
shimmie2/lib/securimage/securimage_show.php
2010-01-03 08:57:08 +00:00

9 lines
137 B
PHP

<?php
include 'securimage.php';
$img = new securimage();
$img->show(); // alternate use: $img->show('/path/to/background.jpg');
?>