array for statistics added to index_rd.php
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Sun, 27 Mar 2011 15:29:42 +0000 (17:29 +0200)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Sun, 27 Mar 2011 15:29:42 +0000 (17:29 +0200)
web/briskin5/index_rd.php

index c027921..6da2eb0 100644 (file)
@@ -28,6 +28,12 @@ require_once("../Obj/brisk.phh");
 // require_once("../Obj/proxyscan.phh");
 require_once("Obj/briskin5.phh");
 
+$S_load_stat = array( 'U_first_loop' => 0,
+                      'U_heavy'      => 0,
+                      'R_garbage'    => 0,
+                      'R_minusone'   => 0,
+                      'R_the_end'    => 0 );
+
 // Use of proxies isn't allowed.
 // if (is_proxy()) {
 //   sleep(5);