server/mods-available/database_module.inc.php
@@ -37,6 +37,19 @@ 'database_delete' ); //* This function is called during ispconfig installation to determine // if a symlink shall be created for this plugin. function onInstall() { global $conf; if($conf['services']['db'] == true) { return true; } else { return false; } } /* This function is called when the module is loaded */