check set result in install
parent
ce4fc41443
commit
0a7887409c
|
@ -121,7 +121,12 @@ function install()
|
||||||
global $constStr;
|
global $constStr;
|
||||||
if ($_GET['install2']) {
|
if ($_GET['install2']) {
|
||||||
$tmp['admin'] = $_POST['admin'];
|
$tmp['admin'] = $_POST['admin'];
|
||||||
setConfig($tmp);
|
$response = setConfigResponse( setConfig($tmp) );
|
||||||
|
if (api_error($response)) {
|
||||||
|
$html = api_error_msg($response);
|
||||||
|
$title = 'Error';
|
||||||
|
return message($html, $title, 201);
|
||||||
|
}
|
||||||
if (needUpdate()) {
|
if (needUpdate()) {
|
||||||
OnekeyUpate();
|
OnekeyUpate();
|
||||||
return message('update to github version, reinstall.
|
return message('update to github version, reinstall.
|
||||||
|
|
|
@ -145,7 +145,12 @@ function install()
|
||||||
global $contextUserData;
|
global $contextUserData;
|
||||||
if ($_GET['install2']) {
|
if ($_GET['install2']) {
|
||||||
$tmp['admin'] = $_POST['admin'];
|
$tmp['admin'] = $_POST['admin'];
|
||||||
setConfig($tmp);
|
$response = setConfigResponse( setConfig($tmp) );
|
||||||
|
if (api_error($response)) {
|
||||||
|
$html = api_error_msg($response);
|
||||||
|
$title = 'Error';
|
||||||
|
return message($html, $title, 201);
|
||||||
|
}
|
||||||
if (needUpdate()) {
|
if (needUpdate()) {
|
||||||
OnekeyUpate();
|
OnekeyUpate();
|
||||||
return message('update to github version, reinstall.
|
return message('update to github version, reinstall.
|
||||||
|
|
|
@ -145,7 +145,12 @@ function install()
|
||||||
global $contextUserData;
|
global $contextUserData;
|
||||||
if ($_GET['install2']) {
|
if ($_GET['install2']) {
|
||||||
$tmp['admin'] = $_POST['admin'];
|
$tmp['admin'] = $_POST['admin'];
|
||||||
setConfig($tmp);
|
$response = setConfigResponse( setConfig($tmp) );
|
||||||
|
if (api_error($response)) {
|
||||||
|
$html = api_error_msg($response);
|
||||||
|
$title = 'Error';
|
||||||
|
return message($html, $title, 201);
|
||||||
|
}
|
||||||
if (needUpdate()) {
|
if (needUpdate()) {
|
||||||
OnekeyUpate();
|
OnekeyUpate();
|
||||||
return message('update to github version, reinstall.
|
return message('update to github version, reinstall.
|
||||||
|
|
|
@ -127,7 +127,12 @@ function install()
|
||||||
global $constStr;
|
global $constStr;
|
||||||
if ($_GET['install2']) {
|
if ($_GET['install2']) {
|
||||||
$tmp['admin'] = $_POST['admin'];
|
$tmp['admin'] = $_POST['admin'];
|
||||||
setConfig($tmp);
|
$response = setConfigResponse( setConfig($tmp) );
|
||||||
|
if (api_error($response)) {
|
||||||
|
$html = api_error_msg($response);
|
||||||
|
$title = 'Error';
|
||||||
|
return message($html, $title, 201);
|
||||||
|
}
|
||||||
if (needUpdate()) {
|
if (needUpdate()) {
|
||||||
OnekeyUpate();
|
OnekeyUpate();
|
||||||
return message('update to github version, reinstall.
|
return message('update to github version, reinstall.
|
||||||
|
|
|
@ -137,7 +137,12 @@ function install()
|
||||||
global $constStr;
|
global $constStr;
|
||||||
if ($_GET['install2']) {
|
if ($_GET['install2']) {
|
||||||
$tmp['admin'] = $_POST['admin'];
|
$tmp['admin'] = $_POST['admin'];
|
||||||
setConfig($tmp);
|
$response = setConfigResponse( setConfig($tmp) );
|
||||||
|
if (api_error($response)) {
|
||||||
|
$html = api_error_msg($response);
|
||||||
|
$title = 'Error';
|
||||||
|
return message($html, $title, 201);
|
||||||
|
}
|
||||||
if (needUpdate()) {
|
if (needUpdate()) {
|
||||||
OnekeyUpate();
|
OnekeyUpate();
|
||||||
return message('update to github version, reinstall.
|
return message('update to github version, reinstall.
|
||||||
|
|
Loading…
Reference in New Issue