bugfix
This commit is contained in:
parent
66a92263a5
commit
10b21a09d6
1 changed files with 261 additions and 263 deletions
|
@ -716,9 +716,7 @@ define(\'DEBUG\', FALSE);
|
||||||
case 'finish':
|
case 'finish':
|
||||||
$fopen = true;
|
$fopen = true;
|
||||||
$test = fopen('https://webengine.becast.at/install.php?test', 'r');
|
$test = fopen('https://webengine.becast.at/install.php?test', 'r');
|
||||||
$testecho= fgets($test,1024);
|
if (!$test) {
|
||||||
fclose($test);
|
|
||||||
if($testecho!="Success"){
|
|
||||||
$fopen = false;
|
$fopen = false;
|
||||||
}
|
}
|
||||||
$server='Server: '.$_SERVER['SERVER_NAME'].$_SERVER['PHP_SELF'];
|
$server='Server: '.$_SERVER['SERVER_NAME'].$_SERVER['PHP_SELF'];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue