mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 15:24:05 +02:00
parent
9cd4aeec06
commit
81e06fe570
@ -399,7 +399,8 @@ class WebSetup extends Wizard implements SetupWizard
|
|||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
$mysqlAdapterFound = Platform::zendClassExists('Zend_Db_Adapter_Pdo_Mysql');
|
// TODO(7464): Re-enable or remove this entirely once a decision has been made regarding shipping Zend with Iw2
|
||||||
|
/*$mysqlAdapterFound = Platform::zendClassExists('Zend_Db_Adapter_Pdo_Mysql');
|
||||||
$requirements->addOptional(
|
$requirements->addOptional(
|
||||||
t('Zend Database Adapter For MySQL'),
|
t('Zend Database Adapter For MySQL'),
|
||||||
t('The Zend database adapter for MySQL is required to access a MySQL database.'),
|
t('The Zend database adapter for MySQL is required to access a MySQL database.'),
|
||||||
@ -417,7 +418,7 @@ class WebSetup extends Wizard implements SetupWizard
|
|||||||
$pgsqlAdapterFound ? t('The Zend database adapter for PostgreSQL is available.') : (
|
$pgsqlAdapterFound ? t('The Zend database adapter for PostgreSQL is available.') : (
|
||||||
t('The Zend database adapter for PostgreSQL is missing.')
|
t('The Zend database adapter for PostgreSQL is missing.')
|
||||||
)
|
)
|
||||||
);
|
);*/
|
||||||
|
|
||||||
$defaultTimezone = Platform::getPhpConfig('date.timezone');
|
$defaultTimezone = Platform::getPhpConfig('date.timezone');
|
||||||
$requirements->addMandatory(
|
$requirements->addMandatory(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user