Platon Technologies
not logged in Login Registration
EnglishSlovak
open source software development celebrating 10 years of open source development! Friday, March 29, 2024

File: [Platon] / phpWebLogAnalyzer / utils / config.php (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.

<?php

/*
 * phpWebLogAnalyzer - powerful weblog and analyzer
 *
 * utils/config.php - PHP 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.php,v 1.7 2003/01/27 00:57:49 nepto Exp $ */

/*
 * Path to phpWebLogAnalyzer.inc.php file containing Web_Log object
 */

include_once '../phpWebLogAnalyzer.inc.php';

/*
 * Data source name (schema://username:password@hostname/database)
 */

$dsn = 'mysql://test:test@localhost/test';

?>

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