added halt function

This commit is contained in:
seek3r 2002-09-22 23:03:57 +00:00
parent 74ffa874bd
commit 67ea8577cc

View File

@ -26,6 +26,12 @@
$this->set_root($root);
}
function halt($msg)
{
echo $msg;
exit;
}
function set_root($rootdir)
{
if (!is_dir($rootdir))