Ignore:
Timestamp:
Oct 22, 2007, 5:08:17 PM (17 years ago)
Author:
george
Message:

Oprava: Funkce Errorhandler přesunuta mezi globální

File:
1 edited

Legend:

Unmodified
Added
Removed
  • measure_scripts/traffic.php

    r20 r21  
    33include('../global.php');
    44
     5function ErrorHandler($errno,$errmsg,$filename,$linenum,$vars)
     6{
     7
     8
    59function CheckPortStatus($Ip, $Port)
    610{
    7   function ErrorHandler($errno,$errmsg,$filename,$linenum,$vars)
    8   {
    9   } 
    1011  set_error_handler('ErrorHandler');
    1112  //error_reporting(0);
Note: See TracChangeset for help on using the changeset viewer.