X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FProfilerSimpleUDP.php;h=67ad97f654e409595457fc66d5e6273d93a9f69e;hb=f405bb15e4e6af21a7a26185891fe63c1130e5b6;hp=a9bce07accabac66e562773092f9e1d1379eb295;hpb=fe919561e66bc6ea6928460d950793fd2c30d600;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/ProfilerSimpleUDP.php b/includes/ProfilerSimpleUDP.php index a9bce07acc..67ad97f654 100644 --- a/includes/ProfilerSimpleUDP.php +++ b/includes/ProfilerSimpleUDP.php @@ -1,15 +1,19 @@ mCollated['-total']['real'] < $this->mMinimumTime ) { # Less than minimum, ignore @@ -35,4 +39,3 @@ class ProfilerSimpleUDP extends ProfilerSimple { socket_sendto($sock,$packet,$plength,0x100,$wgUDPProfilerHost,$wgUDPProfilerPort); } } -?>