index : flyspray | |
Archlinux32 customized Flyspray installation | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | securimage.php | 6 |
diff --git a/securimage.php b/securimage.php new file mode 100644 index 0000000..3ac24d0 --- /dev/null +++ b/securimage.php @@ -0,0 +1,6 @@ +<?php + +require_once 'vendor/dapphp/securimage/securimage.php'; + +$img = new Securimage(); +$img->show(); // outputs the image and http headers |