forked from extern/egroupware
added halt function
This commit is contained in:
parent
74ffa874bd
commit
67ea8577cc
@ -26,6 +26,12 @@
|
||||
$this->set_root($root);
|
||||
}
|
||||
|
||||
function halt($msg)
|
||||
{
|
||||
echo $msg;
|
||||
exit;
|
||||
}
|
||||
|
||||
function set_root($rootdir)
|
||||
{
|
||||
if (!is_dir($rootdir))
|
||||
|
Loading…
Reference in New Issue
Block a user