From 1c805308051f26e9b2cb73f27d1353c7eeb9ccac Mon Sep 17 00:00:00 2001 From: adolfintel Date: Thu, 10 Jan 2019 06:38:23 +0100 Subject: [PATCH] Fixed a typo in results/index.php --- results/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/results/index.php b/results/index.php index d8bc265..2e6a1da 100644 --- a/results/index.php +++ b/results/index.php @@ -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,"(");