~ubuntu-branches/ubuntu/maverick/ilohamail/maverick

« back to all changes in this revision

Viewing changes to IlohaMail/include/cache.inc

  • Committer: Bazaar Package Importer
  • Author(s): Joerg Jaspert
  • Date: 2004-02-04 13:44:37 UTC
  • Revision ID: james.westby@ubuntu.com-20040204134437-kz8j3ui2qa7oq8z2
Tags: upstream-0.8.12
ImportĀ upstreamĀ versionĀ 0.8.12

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php
 
2
/////////////////////////////////////////////////////////
 
3
//      
 
4
//      include/cache.inc
 
5
//
 
6
//      (C)Copyright 2003 Ryo Chijiiwa <Ryo@IlohaMail.org>
 
7
//
 
8
//      This file is part of IlohaMail. IlohaMail is free software released 
 
9
//      under the GPL license.  See enclosed file COPYING for details, or 
 
10
//      see http://www.fsf.org/copyleft/gpl.html
 
11
//
 
12
/////////////////////////////////////////////////////////
 
13
 
 
14
include("../conf/conf.inc");
 
15
 
 
16
if (($backend=="FS") || (empty($DB_CACHE_TABLE))){
 
17
        include("../include/cache.FS.inc");
 
18
}else{
 
19
        include_once("../conf/db_conf.php");
 
20
        include_once("../include/idba.$DB_TYPE.inc");
 
21
        include_once("../include/cache.DB.inc");
 
22
}
 
23
 
 
24
 
 
25
?>
 
 
b'\\ No newline at end of file'