Recently one person ran into a problem where his Sqlite DB was deleted by accident, which triggered the installer to run and allowed someone to install a new instance of Habari. This could also happen if the DB server goes down. Would it be a good idea to have a constant which you can define in config.php to disable the installer to prevent situations like this? or would that possibly cause confusion for users?
define( 'DISABLE_INSTALLER', true ); -- Matt Read http://mattread.com --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/habari-dev -~----------~----~----~----~------~----~------~--~---
