Refine ACP system health/update checks and CLI PHP validation
This commit is contained in:
@@ -198,6 +198,13 @@ export async function saveSettings(settings) {
|
||||
})
|
||||
}
|
||||
|
||||
export async function validateSystemPhpBinary(value) {
|
||||
return apiFetch('/settings/system/php-binary/validate', {
|
||||
method: 'POST',
|
||||
body: JSON.stringify({ value }),
|
||||
})
|
||||
}
|
||||
|
||||
export async function uploadLogo(file) {
|
||||
const body = new FormData()
|
||||
body.append('file', file)
|
||||
|
||||
Reference in New Issue
Block a user