Platon Technologies
not logged in Login Registration
EnglishSlovak
open source software development celebrating 10 years of open source development! Saturday, April 20, 2024

File: [Platon] / phpWebLogAnalyzer / utils / config.pm (download)

Revision 1.8, Fri May 27 16:30:47 2005 UTC (18 years, 10 months ago) by nepto


Changes since 1.7: +4 -4 lines

Updated copyright year, e-mail address and URL.

package config;

#
# phpWebLogAnalyzer - powerful weblog and analyzer
#
# utils/config.pm - Perl utils configuration file
# ____________________________________________________________
#
# Developed by Ondrej Jombik <nepto@platon.sk>
# Copyright (c) 2001-2005 Platon SDG, http://platon.sk/
# All rights reserved.
#
# See README file for more information about this software.
# See COPYING file for license information.
#
# Download the latest version from
# http://platon.sk/projects/phpWebLogAnalyzer/
#

# $Platon: phpWebLogAnalyzer/utils/config.pm,v 1.7 2003/01/27 00:57:49 nepto Exp $

use vars qw/%db $session_timeout/;

#
# Database configuration.
#

%db = (
    driver   => 'mysql',
    host     => 'localhost',
    port     => 3306,
    username => 'test',
    password => 'test',
    name     => 'test'
);

#
# Session timeout (in seconds).
#

$session_timeout = ( 30 * 60 );

1;


Platon Group <platon@platon.org> http://platon.org/
Copyright © 2002-2006 Platon Group
Site powered by Metafox CMS
Go to Top