fembooru/lib/securimage/securimage_show.php
2010-01-03 08:57:08 +00:00

10 lines
137 B
PHP

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