CVS: phpweather index.php,1.38,1.39
Brought to you by:
iridium
From: Martin G. <gim...@us...> - 2002-12-28 14:22:29
|
Update of /cvsroot/phpweather/phpweather In directory sc8-pr-cvs1:/tmp/cvs-serv24892 Modified Files: index.php Log Message: Added link to the configuration tools. Index: index.php =================================================================== RCS file: /cvsroot/phpweather/phpweather/index.php,v retrieving revision 1.38 retrieving revision 1.39 diff -u -3 -r1.38 -r1.39 --- index.php 2 Sep 2002 18:17:47 -0000 1.38 +++ index.php 28 Dec 2002 14:22:26 -0000 1.39 @@ -138,6 +138,9 @@ [<a href="doc/phpweather.ps">ps</a>] [<a href="doc/phpweather.txt">txt</a>].</p> +<p>PHP Weather should be configured to get better performance. You'll +find the <a href="config/index.php">configuration tools here</a>.</p> + <p>Total time used to generate page: <?php echo number_format($diff * 1000, 0) ?> ms.</p> |