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':
|
||||
$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'];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue