remove mysql
This commit is contained in:
@@ -100,7 +100,6 @@
|
|||||||
'mosquitto',
|
'mosquitto',
|
||||||
'msgpack',
|
'msgpack',
|
||||||
'mssql',
|
'mssql',
|
||||||
'mysql',
|
|
||||||
'mysqli',
|
'mysqli',
|
||||||
'oauth',
|
'oauth',
|
||||||
'oci8',
|
'oci8',
|
||||||
@@ -229,7 +228,7 @@
|
|||||||
const tempPhpModules = application.phpModules?.map((module) => module.value).toString() || '';
|
const tempPhpModules = application.phpModules?.map((module) => module.value).toString() || '';
|
||||||
await post(`/applications/${id}/check.json`, { fqdn: application.fqdn, forceSave });
|
await post(`/applications/${id}/check.json`, { fqdn: application.fqdn, forceSave });
|
||||||
await post(`/applications/${id}.json`, { ...application, phpModules: tempPhpModules });
|
await post(`/applications/${id}.json`, { ...application, phpModules: tempPhpModules });
|
||||||
// return window.location.reload();
|
return window.location.reload();
|
||||||
} catch ({ error }) {
|
} catch ({ error }) {
|
||||||
if (error.startsWith('DNS not set')) {
|
if (error.startsWith('DNS not set')) {
|
||||||
forceSave = true;
|
forceSave = true;
|
||||||
|
Reference in New Issue
Block a user