Update of /cvsroot/phpweather/phpweather/config
In directory usw-pr-cvs1:/tmp/cvs-serv32288
Modified Files:
speed_test.php
Log Message:
Don't hide the errors.
Index: speed_test.php
===================================================================
RCS file: /cvsroot/phpweather/phpweather/config/speed_test.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- speed_test.php 29 May 2002 20:12:35 -0000 1.2
+++ speed_test.php 14 Jul 2002 23:03:56 -0000 1.3
@@ -45,6 +45,8 @@
<a href="<?php echo $PHP_SELF ?>?batches=8">256</a>.</p>
<?php
+error_reporting(E_ALL);
+
/* This is 256 more or less randomly picked ICAOs from stations.csv.
The ICAOs are grouped in batches of 32: */
$icaos = array(
|