@@ -181,11 +224,19 @@ class redirectadmin extends redirect
...
@@ -181,11 +224,19 @@ class redirectadmin extends redirect
$iHops=$iJump-1;
$iHops=$iJump-1;
$sReturn='<br>'.($iHops>0
$sReturn='<br>'.($iHops>0
?'Found hops: <strong>'.$iHops.'</strong> '
?'Found hops: <strong>'.$iHops.'</strong> '
.($iHops>1?'<span class="warning"> ⚠️ Verify your redirect to skip unneeded hops.</span>':'').'<br><br>'
.($iHops>1
.'<div>'.$sBox.'</div><br><br><br>'
?'<span class="warning"> ⚠️ Verify your redirect to skip unneeded hops.</span><br>'
.'The configured redirect is not the final url - it continues redirecting from there.'
:''
)
.'<br>'
.sprintf('Required webs to be online to reach the final url: <strong>%s</strong>; required number of hosts: <strong>%s</strong>',count($aWebs),count($aHosts))