View Single Post
Old 08-08-2008, 02:53 PM  
GrouchyAdmin
Now choke yourself!
 
GrouchyAdmin's Avatar
 
Industry Role:
Join Date: Apr 2006
Posts: 12,085
Code:
<?php
die("Hi");
?>
Code:
#/usr/bin/perl
use Strict;
die("Content-type: text/plain\n\nHi");
Code:
#/bin/bash
printf "Content-type: text/plain\n\nHi"
exit 0
Choose any three.
__________________
GrouchyAdmin is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote