Documentation TYPO3 par Ameos

adodb-cryptsession2.php

00001 <?php
00002 
00003 
00004 /*
00005 V4.93 10 Oct 2006  (c) 2000-2006 John Lim (jlim#natsoft.com.my). All rights reserved.
00006          Contributed by Ross Smith (adodb@netebb.com). 
00007   Released under both BSD license and Lesser GPL library license.
00008   Whenever there is any discrepancy between the two licenses,
00009   the BSD license will take precedence.
00010           Set tabs to 4 for best viewing.
00011 */
00012 
00013 /*
00014 
00015 This file is provided for backwards compatibility purposes
00016 
00017 */
00018 
00019 if (!defined('ADODB_SESSION')) {
00020         require_once dirname(__FILE__) . '/adodb-session2.php';
00021 }
00022 
00023 require_once  ADODB_SESSION . '/adodb-encrypt-md5.php';
00024 
00025 ADODB_Session::filter(new ADODB_Encrypt_MD5());
00026 
00027 ?>


Généré par Les spécialistes TYPO3 avec  doxygen 1.4.6