2 $monLibrary= dirname(__FILE__) .
"/../library";
3 require_once(
"$monLibrary/cu_top.i");
4 require_once(
"$monLibrary/ck_hticket.i");
6 if (!CheckPerm($link, $Hu, basename($_SERVER[
'SCRIPT_NAME']), $_SERVER[
'REMOTE_ADDR'])) {
9 header(
"Location: /hcuadm/hcu_noperm.prg");
14 $protectdir =
"/home";
16 $filename = $protectdir . $_SERVER[
'PATH_INFO'];
18 if (is_readable($filename)) {
21 header(
"Status: 404 Not Found");
24 <TITLE>404 Not Found</TITLE>
27 The requested URL ${_SERVER[
'PHP_SELF']} was not found on
this server.<P>
29 <ADDRESS>${_SERVER[
'SERVER_SIGNATURE']}</ADDRESS>