This commit is contained in:
genuineparts 2025-06-22 16:24:59 +02:00
parent 66a92263a5
commit 10b21a09d6

View file

@ -716,9 +716,7 @@ define(\'DEBUG\', FALSE);
case 'finish':
$fopen = true;
$test = fopen('https://webengine.becast.at/install.php?test', 'r');
$testecho= fgets($test,1024);
fclose($test);
if($testecho!="Success"){
if (!$test) {
$fopen = false;
}
$server='Server: '.$_SERVER['SERVER_NAME'].$_SERVER['PHP_SELF'];