Update common.php
parent
858fa2811a
commit
0fb6614332
|
@ -1411,7 +1411,7 @@ function EnvOpt($needUpdate = 0)
|
||||||
} else {
|
} else {
|
||||||
//WaitSCFStat();
|
//WaitSCFStat();
|
||||||
//sleep(3);
|
//sleep(3);
|
||||||
$html .= 'Success!<br>
|
$html .= getconstStr('Success') . '!<br>
|
||||||
<button onclick="location.href = location.href;">'.getconstStr('Refresh').'</button>';
|
<button onclick="location.href = location.href;">'.getconstStr('Refresh').'</button>';
|
||||||
$title = getconstStr('Setup');
|
$title = getconstStr('Setup');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue