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 52 52 $ua = ""; 53 53 foreach($astout as $entry) { 54 54 if(eregi("useragent",$entry)) { 55 list(,$value) = split(":",$entry);55 list(,$value) = preg_split("/:/",$entry); 56 56 $ua = trim($value); 57 57 } 58 58 }
