Changeset 21
- Timestamp:
- Oct 22, 2007, 5:08:17 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
measure_scripts/traffic.php
r20 r21 3 3 include('../global.php'); 4 4 5 function ErrorHandler($errno,$errmsg,$filename,$linenum,$vars) 6 { 7 } 8 5 9 function CheckPortStatus($Ip, $Port) 6 10 { 7 function ErrorHandler($errno,$errmsg,$filename,$linenum,$vars)8 {9 }10 11 set_error_handler('ErrorHandler'); 11 12 //error_reporting(0);
Note:
See TracChangeset
for help on using the changeset viewer.