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 $dms_ok=array(
'rowid'=>
'string',
'lb'=>
'string');
16 $lb_show = (isset($lb) && $lb) !=
"" ? $lb :
"";
20 <title>HomeCU Credit Union Maintenance</title>
21 <meta http-equiv=
"Content-Type" content=
"text/html; charset=iso-8859-1">
23 <frameset cols=
"170,*" frameborder=
"YES" border=
"1" framespacing=
"0" rows=
"*">
24 <frame name=
"menu" src=
"serv_menu.prg?rowid=<?php echo $rowid; ?><?php echo "$lb_show
"; ?>">
28 if (isMammothServer($rowid)) { ?>
29 <frame name=
"CONTENT" src=
"https://<?php echo $rowid; ?>.homecu.net/hcuadm/culist">
32 <frame name=
"CONTENT" src=
"<?php echo $infourl; ?>/hcuadm/culist.prg">
37 <body bgcolor=
"#FFFFFF" text=
"#000000">