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

10 lines
137 B
PHP
Raw Normal View History

2010-01-03 08:57:08 +00:00
<?php
include 'securimage.php';
$img = new securimage();
$img->show(); // alternate use: $img->show('/path/to/background.jpg');
?>