Update common.php

This commit is contained in:
qkqpttgf 2020-03-26 17:56:41 +08:00 committed by GitHub
parent 858fa2811a
commit 0fb6614332
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1411,7 +1411,7 @@ function EnvOpt($needUpdate = 0)
} else {
//WaitSCFStat();
//sleep(3);
$html .= 'Success!<br>
$html .= getconstStr('Success') . '!<br>
<button onclick="location.href = location.href;">'.getconstStr('Refresh').'</button>';
$title = getconstStr('Setup');
}