<?php
/*
VNCTracker - 2005-2008 Robert M. Cassell
Retrieve host info and format .vnc file
for quick url link to Tight.VNC connection files.
http://sourceforge.net/projects/vnctracker
*/
//Remove vnc request file..
$hostname = $_REQUEST['hostname'];
exec ("rm -f $hostname.vncrequest ");
?>