Revision: 6507 http://care2002.svn.sourceforge.net/care2002/?rev=6507&view=rev Author: mizuko Date: 2010-06-30 15:43:55 +0000 (Wed, 30 Jun 2010)
Log Message: ----------- see #54 Added Paths: ----------- care2x/branches/gettext/modules/tech/tech-bot-pass.php Copied: care2x/branches/gettext/modules/tech/tech-bot-pass.php (from rev 6502, care2x/branches/gettext/modules/tech/technik-bot-pass.php) =================================================================== --- care2x/branches/gettext/modules/tech/tech-bot-pass.php (rev 0) +++ care2x/branches/gettext/modules/tech/tech-bot-pass.php 2010-06-30 15:43:55 UTC (rev 6507) @@ -0,0 +1,75 @@ +<?php +error_reporting(E_COMPILE_ERROR|E_ERROR|E_CORE_ERROR); +require('./roots.php'); +require($root_path.'/include/helpers/inc_environment_global.php'); +/** +* CARE2X Integrated Hospital Information System Deployment 2.1 - 2004-10-02 +* GNU General Public License +* Copyright 2002,2003,2004,2005 Elpidio Latorilla +* elpi...@care2x.org, +* +* See the file "copy_notice.txt" for the licence notice +*/ +define('LANG_FILE','stdpass.php'); +define('NO_2LEVEL_CHK',1); +require_once($root_path.'include/helpers/inc_front_chain_lang.php'); + +require_once($root_path.'global_conf/areas_allow.php'); + +$allowedarea=&$allow_area['tech']; + +$breakfile='technik.php?sid='.$sid.'&lang='.$lang; + +if($mode=='fragebot') +{ $fileforward="technik.php".URL_REDIRECT_APPEND."&mode=$mode&stb=2"; + $title=$LDQBotActivate; +} +else +{ + $fileforward="technik.php?sid=$sid&lang=$lang&mode=$mode&stb=1"; + $title=$LDRepabotActivate; +} + +$thisfile='technik-bot-pass.php'; +$lognote="$title ok"; + + +$userck='ck_technik_repabot_user'; + +//reset cookie; +// reset all 2nd level lock cookies + +setcookie($userck.$sid,'',0,'/'); +require($root_path.'include/helpers/inc_2level_reset.php'); +setcookie('ck_2level_sid'.$sid,'',0,'/'); + +require($root_path.'include/helpers/inc_passcheck_internchk.php'); +if ($pass=='check') + include($root_path.'include/helpers/inc_passcheck.php'); + +$errbuf=$title; + +$minimal=1; +require($root_path.'include/helpers/inc_passcheck_head.php'); +?> + +<BODY <?php if (!$nofocus) echo 'onLoad="document.passwindow.userid.focus()"'; echo ' bgcolor='.$cfg['body_bgcolor']; + if (!$cfg['dhtml']){ echo ' link='.$cfg['body_txtcolor'].' alink='.$cfg['body_alink'].' vlink='.$cfg['body_txtcolor']; } +?>> + +<p> +<FONT SIZE=-1 FACE="Arial"> +<img src="../../gui/img/common/default/tools.gif" border=0 width=48 height=48> +<FONT COLOR="<?php echo $cfg[top_txtcolor] ?>" SIZE=5 FACE="verdana"> <b> <?php echo $title; ?></b></font> +<p> +<table width=100% border=0 cellpadding="0" cellspacing="0"> + +<?php require($root_path.'include/helpers/inc_passcheck_mask.php') ?> +<p> + +<?php +require($root_path.'include/helpers/inc_load_copyrite.php'); + ?> + +</BODY> +</HTML> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ Care2002-developers mailing list Care2002-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/care2002-developers