A minor bug fix in the xml files of the form GI exam and Resp Exam. The list for...
[openemr.git] / library / adodb / session / adodb-cryptsession.php
blobe1676b7d07d2529a39b188fd9cd1ad489a738735
1 <?php
3 // $CVSHeader$
5 /*
6 V4.01 23 Oct 2003 (c) 2000-2004 John Lim (jlim@natsoft.com.my). All rights reserved.
7 Contributed by Ross Smith (adodb@netebb.com).
8 Released under both BSD license and Lesser GPL library license.
9 Whenever there is any discrepancy between the two licenses,
10 the BSD license will take precedence.
11 Set tabs to 4 for best viewing.
16 This file is provided for backwards compatibility purposes
20 require_once dirname(__FILE__) . '/adodb-session.php';
21 require_once ADODB_SESSION . '/adodb-encrypt-md5.php';
23 ADODB_Session::filter(new ADODB_Encrypt_MD5());