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");
13 $protectdir =
"/home/homecu/html";
15 $filename = $protectdir .
"/WEBLOGHOMECU.html";
16 if (is_readable($filename)) {
19 header(
"Status: 404 Not Found");
22 <TITLE>404 Not Found</TITLE>
25 The requested URL ${_SERVER[
'PHP_SELF']} was not found on
this server.<P>
27 <ADDRESS>${_SERVER[
'SERVER_SIGNATURE']}</ADDRESS>