Documentation TYPO3 par Ameos

adodb-cryptsession.php

00001 <?php
00002 
00003 
00004 /*
00005 V4.80 8 Mar 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 require_once dirname(__FILE__) . '/adodb-session.php';
00020 require_once  ADODB_SESSION . '/adodb-encrypt-md5.php';
00021 
00022 ADODB_Session::filter(new ADODB_Encrypt_MD5());
00023 
00024 ?>


Généré par Les experts TYPO3 avec  doxygen 1.4.6