WIP: upgrade button

This commit is contained in:
olevole
2023-04-04 01:02:15 +03:00
parent fb139b95cb
commit 64ba523645
7 changed files with 69 additions and 6 deletions

View File

@@ -158,6 +158,8 @@ class ClonOS {
}
echo json_encode($new_array);
return;
}else{
echo json_encode(array('error'=>true,'error_message'=>'PHP Method is not exists: '.$this->mode));
}
$included_result_array='';
@@ -2160,6 +2162,16 @@ class ClonOS {
return array('error'=>'true','errorMessage'=>'something wrong...');
}
}
function ccmd_settingsUpdateCheck()
{
return array('error'=>true,'error_message'=>'Ещё не реализовано...');
}
function postCurl($url,$vars=false)
{