mirror of
https://github.com/librespeed/speedtest.git
synced 2026-08-27 03:46:58 +00:00
Fixed a typo in results/index.php
This commit is contained in:
parent
01ec986f4f
commit
1c80530805
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ if($db_type=="mysql"){
|
|||
}else die();
|
||||
|
||||
$ispinfo=json_decode($ispinfo,true)["processedString"];
|
||||
$dash=strrpos($ispinfo,"-");
|
||||
$dash=strpos($ispinfo,"-");
|
||||
if(!($dash===FALSE)){
|
||||
$ispinfo=substr($ispinfo,$dash+2);
|
||||
$par=strrpos($ispinfo,"(");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue