2 error_reporting(E_COMPILE_ERROR|E_ERROR|E_CORE_ERROR
);
3 require('./roots.php');
4 require($root_path.'include/inc_environment_global.php');
6 * CARE2X Integrated Hospital Information System Deployment 2.2 - 2006-07-10
7 * GNU General Public License
8 * Copyright 2002,2003,2004,2005,2006 Elpidio Latorilla
11 * See the file "copy_notice.txt" for the licence notice
13 define('LANG_FILE','stdpass.php');
14 define('NO_2LEVEL_CHK',1);
15 require_once($root_path.'include/inc_front_chain_lang.php');
17 require_once($root_path.'global_conf/areas_allow.php');
19 $allowedarea=&$allow_area['lab_w'];
21 $fileforward="labor_test_group_admin.php?sid=$sid&lang=$lang";
22 $thisfile=basename(__FILE__
);
24 if ($pdatencookie=="ja")
25 $breakfile="javascript:window.history.go(-(window.history.length))";
27 $breakfile="labor.php?sid=".$sid."&lang=".$lang;
29 $title="$LDMedLab - $LDAdministration";
32 $userck='ck_lab_user';
35 // reset all 2nd level lock cookies
36 setcookie($userck.$sid,'');
37 require($root_path.'include/inc_2level_reset.php'); setcookie('ck_2level_sid'.$sid,'',0,'/');
38 require($root_path.'include/inc_passcheck_internchk.php');
40 include($root_path.'include/inc_passcheck.php');
44 require($root_path.'include/inc_passcheck_head.php');
47 <BODY onLoad
="if (window.focus) window.focus(); document.passwindow.userid.focus();">
50 <FONT SIZE
=-1 FACE
="Arial">
54 <img
<?php
echo createComIcon($root_path,'micros.gif','0','absmiddle') ?
>><FONT COLOR
="<?php echo $cfg[top_txtcolor] ?>" size
=5 FACE
="verdana"> <b
><?php
echo $title; ?
></b
></font
>
56 <table width
=100% border
=0 cellpadding
="0" cellspacing
="0">
58 <?php
require($root_path.'include/inc_passcheck_mask.php') ?
>
63 require($root_path.'include/inc_load_copyrite.php');