Skip to content
Snippets Groups Projects

7512 php83 update

Merged Hahn Axel (hahn) requested to merge 7512-php83-update into master
5 files
+ 9
10
Compare changes
  • Side-by-side
  • Inline

Files

+ 3
3
@@ -26,7 +26,7 @@ $aIco=[
'h1'=>'⏩',
'h2_head'=>'✔️',
'h2_err'=>'🔔',
'h2_err'=>'⚠️',
'h2_config'=>'🛠️',
'h2_file'=>'📄',
@@ -71,7 +71,7 @@ if (!$oR->isEnabled()){
if ($sUrl){
$sResult=$oR->httpGet($sUrl,1);
echo '<h2>Response of a http HEAD request to '.$aIco['url'].' <a href="'.$sUrl.'">'.$sUrl.'</a></h2>'
. $oR->renderHttpResponseHeader($sResult, 1)
. $oR->renderHttpResponseHeader($sResult)
;
return true;
}
@@ -145,7 +145,7 @@ if (!$oR->isEnabled()){
.'<td class="type-'.$sType.'">'.$sType.'</td>'
.'<td class="type-'.$sType.'">'
.($sType == 'direct'
? '<a href="?url=http://'.$sHost.'/'.$sFrom.'" title="click to test http://'.$sHost.'/'.$sFrom.'" onclick="showInOverlay(this); return false;">/'.$sFrom.'</a>'
? '<a href="?url=http://'.$sHost.$sFrom.'" title="click to test http://'.$sHost.'/'.$sFrom.'" onclick="showInOverlay(this); return false;">'.$sFrom.'</a>'
: $sFrom
)
.'</td>'
Loading