remove mysql

This commit is contained in:
Andras Bacsai
2022-03-19 23:47:05 +01:00
parent e338cecc14
commit 3d6b343adc

View File

@@ -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;