next up previous contents
Next: About this document ... Up: Manuel d'installation de Prelude-lml/NIDS/manager, Previous: Fichier config.pl   Contents

Fichier config.php

<?
/*
 *
 * Copyright (C) 2002 Vergoz Michael <descript@sysdoor.net>
 * All Rights Reserved
 *
 * This file is part of the Prelude program.
 * 
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2, or (at your option)
 * any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; see the file COPYING.  If not, write to
 * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 *
 */
?>

<?

$server[0]['description']		=		"SYSDOOR/PostGreSQL phpfront v".VERSION;
$server[0]['dbtype']			=		USE_DB_PGSQL;
$server[0]['dbusername']		=		"";
$server[0]['dbpassword']		=		"";
$server[0]['dbhostname']		=		LOCAL_CONNECTION;
$server[0]['dbport']			=		DEFAULT_PORT;
$server[0]['dbname']			=		"prelude";

$server[1]['description']       =       "SYSDOOR/MySQL phpfront v".VERSION;
$server[1]['dbtype']            =       USE_DB_MYSQL;
$server[1]['dbusername']        =       "prelude";
$server[1]['dbpassword']        =       "dessstri";
$server[1]['dbhostname']        =      	LOCAL_CONNECTION;
$server[1]['dbport']            =       DEFAULT_PORT;
$server[1]['dbname']            =       "prelude";


/*
 * Local variables:
 * tab-width: 4
 * c-basic-offset: 4
 * End:
 * vim600: noet sw=4 ts=4 fdm=marker
 * vim<600: noet sw=4 ts=4
 */
?>



Lehmann Guillaume 2003-04-13