Ticket #4401: restart-functions.inc.php.patch

File restart-functions.inc.php.patch, 337 bytes (added by ianf, 2 years ago)
  • functions.inc.php

    old new  
    5252  $ua = ""; 
    5353  foreach($astout as $entry)  { 
    5454    if(eregi("useragent",$entry))  { 
    55       list(,$value) = split(":",$entry); 
     55      list(,$value) = preg_split("/:/",$entry); 
    5656      $ua = trim($value); 
    5757    } 
    5858  }