00001 <?
00002 ############################################################################
00003 # Copyright (C) 2004 by Paolo Armani & Stefano Menegon #
00004 # paolo.armani@gmail.com menegon@itc.it #
00005 # #
00006 # This program is free software; you can redistribute it and#or modify #
00007 # it under the terms of the GNU Library General Public License as #
00008 # published by the Free Software Foundation; either version 2 of the #
00009 # License, or (at your option) any later version. #
00010 # #
00011 # This program is distributed in the hope that it will be useful, #
00012 # but WITHOUT ANY WARRANTY; without even the implied warranty of #
00013 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
00014 # GNU General Public License for more details. #
00015 # #
00016 # You should have received a copy of the GNU Library General Public #
00017 # License along with this program; if not, write to the #
00018 # Free Software Foundation, Inc., #
00019 # 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
00020 ############################################################################
00021
00023
00024
00025 $CONFIG=parse_ini_file("../conf/config.ini",true);
00026
00028
00029
00030 include_once($CONFIG["INCLUDE_DIR"]."/retrocompatibilita.php");
00031
00032 # //Page class
00033 # include_once($CONFIG["INCLUDE_DIR"]."/page.php");
00034
00035
00036 include_once($CONFIG["INCLUDE_DIR"]."/general.php");
00037
00038
00039 include_once($CONFIG["INCLUDE_DIR"]."/html.php");
00040
00041
00042 include_once($CONFIG["INCLUDE_DIR"]."/postgres.php");
00043
00044 include($CONFIG["INCLUDE_DIR"].'/pgmessage.php');
00045 include($CONFIG["INCLUDE_DIR"].'/pgdb.php');
00046
00047
00048 include_once($CONFIG["INCLUDE_DIR"]."/pgtable.php");
00049
00050
00051 ?>