diff options
| author | Nathan Kinkade <nath@nkinka.de> | 2015-07-01 02:28:16 +0000 |
|---|---|---|
| committer | Nathan Kinkade <nath@nkinka.de> | 2015-07-01 02:28:16 +0000 |
| commit | 37181c4e7811eedaf47161ec8533052fdac18d89 (patch) | |
| tree | 8088d859b396dbb600269f9613c4df64f87614e4 /lib/adodb/session/adodb-cryptsession2.php | |
| parent | 97bc3664869615aa66611cb3788f8e6e15266e53 (diff) | |
Remove dependence on ADOdb and use PHP PDO instead.
Diffstat (limited to 'lib/adodb/session/adodb-cryptsession2.php')
| -rw-r--r-- | lib/adodb/session/adodb-cryptsession2.php | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/lib/adodb/session/adodb-cryptsession2.php b/lib/adodb/session/adodb-cryptsession2.php deleted file mode 100644 index 6334eaf..0000000 --- a/lib/adodb/session/adodb-cryptsession2.php +++ /dev/null @@ -1,27 +0,0 @@ -<?php - - -/* -V4.94 23 Jan 2007 (c) 2000-2007 John Lim (jlim#natsoft.com.my). All rights reserved. - Contributed by Ross Smith (adodb@netebb.com). - Released under both BSD license and Lesser GPL library license. - Whenever there is any discrepancy between the two licenses, - the BSD license will take precedence. - Set tabs to 4 for best viewing. -*/ - -/* - -This file is provided for backwards compatibility purposes - -*/ - -if (!defined('ADODB_SESSION')) { - require_once dirname(__FILE__) . '/adodb-session2.php'; -} - -require_once ADODB_SESSION . '/adodb-encrypt-md5.php'; - -ADODB_Session::filter(new ADODB_Encrypt_MD5()); - -?>
\ No newline at end of file |
