updated adodb package to work with php 7.1
[openemr.git] / vendor / adodb / adodb-php / session / adodb-cryptsession2.php
blobb2ef54dd976fcf7b4930e5062e58d6081d0d4300
1 <?php
4 /*
5 @version v5.20.9 21-Dec-2016
6 @copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
7 @copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
8 Contributed by Ross Smith (adodb@netebb.com).
9 Released under both BSD license and Lesser GPL library license.
10 Whenever there is any discrepancy between the two licenses,
11 the BSD license will take precedence.
12 Set tabs to 4 for best viewing.
17 This file is provided for backwards compatibility purposes
21 if (!defined('ADODB_SESSION')) {
22 require_once dirname(__FILE__) . '/adodb-session2.php';
25 require_once ADODB_SESSION . '/adodb-encrypt-md5.php';
27 ADODB_Session::filter(new ADODB_Encrypt_MD5());