Update scf.php
parent
d47334f4c5
commit
2ea9dd58c6
|
@ -554,16 +554,17 @@ namespace:' . $_SERVER['namespace'] . '<br>
|
||||||
}
|
}
|
||||||
$html .= '
|
$html .= '
|
||||||
<a href="'.$preurl.'">'.getconstStr('Back').'</a> <a href="'.$_SERVER['base_path'].'">'.getconstStr('Back').getconstStr('Home').'</a><br>
|
<a href="'.$preurl.'">'.getconstStr('Back').'</a> <a href="'.$_SERVER['base_path'].'">'.getconstStr('Back').getconstStr('Home').'</a><br>
|
||||||
<a href="https://github.com/qkqpttgf/OneManager-php">Github</a><br>';
|
<a href="https://github.com/qkqpttgf/OneManager-php">Github</a><br>
|
||||||
if ($needUpdate) {
|
|
||||||
$html .= '<pre>' . $_SERVER['github_version'] . '</pre>
|
|
||||||
<form action="" method="post">
|
<form action="" method="post">
|
||||||
<input type="submit" name="updateProgram" value="'.getconstStr('updateProgram').'">
|
';
|
||||||
</form>';
|
if ($needUpdate) {
|
||||||
|
$html .= '<pre>' . $_SERVER['github_version'] . '</pre>';
|
||||||
} else {
|
} else {
|
||||||
$html .= getconstStr('NotNeedUpdate');
|
$html .= getconstStr('NotNeedUpdate');
|
||||||
}
|
}
|
||||||
$html .= '<br>
|
$html .= '
|
||||||
|
<input type="submit" name="updateProgram" value="'.getconstStr('updateProgram').'">
|
||||||
|
</form>
|
||||||
<table border=1 width=100%>
|
<table border=1 width=100%>
|
||||||
<form name="common" action="" method="post">
|
<form name="common" action="" method="post">
|
||||||
<tr>
|
<tr>
|
||||||
|
|
Loading…
Reference in New Issue