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

Diff for phpWebLogAnalyzer/test.php between version 1.13 and 1.14

version 1.13, 2002/04/19 23:56:05 version 1.14, 2002/04/26 16:59:06
Line 52  $weblog = new Web_Log('mysql://test:test
Line 52  $weblog = new Web_Log('mysql://test:test
 $weblog->enableTruncateNames();  $weblog->enableTruncateNames();
 $weblog->enableRawLog();  $weblog->enableRawLog();
 //$weblog->disableRawLog();  //$weblog->disableRawLog();
   $weblog->enablePropertyCache('remote_host');
   
 //$weblog->disableProperty('session_id');  //$weblog->disableProperty('session_id');
 $weblog->registerAccess(3);  $weblog->registerAccess(3);
Line 87  echo("<hr>Processing time: "
Line 88  echo("<hr>Processing time: "
   
 echo("<hr>Click <a href=\"$PHP_SELF\">here</a> to get HTTP refferer work.");  echo("<hr>Click <a href=\"$PHP_SELF\">here</a> to get HTTP refferer work.");
   
   $weblog->destroy();
   
 ?>  ?>

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

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