diff options
| author | Christian Fowler <spider@viovio.com> | 2005-06-28 07:45:59 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2005-06-28 07:45:59 +0000 |
| commit | 82da5ffb461ffc9556b7432f099a36f7603240b7 (patch) | |
| tree | 4b8f1b952b1f981473fd82c018a40f066a392383 /pv_chart.php | |
| parent | 46f830dad39e14252870dac7955f2b5d106dee64 (diff) | |
| download | stats-82da5ffb461ffc9556b7432f099a36f7603240b7.tar.gz stats-82da5ffb461ffc9556b7432f099a36f7603240b7.tar.bz2 stats-82da5ffb461ffc9556b7432f099a36f7603240b7.zip | |
Merge recent changes from R1 into HEAD
Diffstat (limited to 'pv_chart.php')
| -rw-r--r-- | pv_chart.php | 22 |
1 files changed, 16 insertions, 6 deletions
diff --git a/pv_chart.php b/pv_chart.php index 6eafe46..29b8407 100644 --- a/pv_chart.php +++ b/pv_chart.php @@ -1,11 +1,21 @@ <?php +/** + * $Header: /cvsroot/bitweaver/_bit_stats/pv_chart.php,v 1.2 2005/06/28 07:45:58 spiderr Exp $ + * + * Copyright (c) 2004 bitweaver.org + * Copyright (c) 2003 tikwiki.org + * Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al. + * All Rights Reserved. See copyright.txt for details and a complete list of authors. + * Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details + * + * $Id: pv_chart.php,v 1.2 2005/06/28 07:45:58 spiderr Exp $ + * @package stats + * @subpackage functions + */ -// $Header: /cvsroot/bitweaver/_bit_stats/pv_chart.php,v 1.1 2005/06/19 05:05:49 bitweaver Exp $ - -// Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al. -// All Rights Reserved. See copyright.txt for details and a complete list of authors. -// Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details. - +/** + * required setup + */ require_once( '../bit_setup_inc.php' ); //Include the code include (UTIL_PKG_PATH."phplot.php"); |
