mirror of
https://github.com/librespeed/speedtest.git
synced 2024-05-10 18:54:52 +00:00
Merge branch 'master' into docker
This commit is contained in:
+1
-1
@@ -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,"(");
|
||||
|
||||
Reference in New Issue
Block a user