Platon Technologies
not logged in Login Registration
EnglishSlovak
open source software development celebrating 10 years of open source development! Friday, April 19, 2024

Diff for phpWebLogAnalyzer/test.php between version 1.7 and 1.8

version 1.7, 2002/03/18 23:24:37 version 1.8, 2002/03/19 23:20:39
Line 7  function php_error_handler($errno, $errs
Line 7  function php_error_handler($errno, $errs
 {  {
         echo "<table bgcolor=lightblue>";          echo "<table bgcolor=lightblue>";
         echo "<tr><th colspan=2>";          echo "<tr><th colspan=2>";
         echo "This is nice error";          echo "An error occured";
         echo "</th></tr>";          echo "</th></tr>";
   
         foreach(array(          foreach(array(
Line 56  $weblog = new Web_Log("mysql://test:test
Line 56  $weblog = new Web_Log("mysql://test:test
 $weblog->enableRawLog();  $weblog->enableRawLog();
 //$weblog->disableRawLog();  //$weblog->disableRawLog();
   
   $weblog->disableProperty('session_id');
 $weblog->registerAccess(3);  $weblog->registerAccess(3);
   
 echo ("<hr>Session ID: "  echo ("<hr>Session ID: "

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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