From d5951ebce69b9b98d0425b7c7aabc2061d6b9ea8 Mon Sep 17 00:00:00 2001 From: Brenda Wallace Date: Fri, 30 Oct 2009 10:02:37 +1300 Subject: Revert "give some suggestions back to the user when no config file found, and a link to the installer" This reverts commit 7f5fbee2e36889fae1d1c5043d76625e197e39ea. --- lib/common.php | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'lib/common.php') diff --git a/lib/common.php b/lib/common.php index 667826f39..e29456ed4 100644 --- a/lib/common.php +++ b/lib/common.php @@ -185,14 +185,7 @@ function _have_config() } // XXX: Throw a conniption if database not installed -// XXX: Find a way to use htmlwriter for this instead of handcoded markup -if (!_have_config()) { - echo '

'. _('No configuation file found. ') .'

'; - echo '

'. _('I looked for configuration files in the following places: ') .'
'. implode($_config_files, '
'); - echo '

'. _('You make wish run the installer to fix this.') .'

'; - echo ''. _('Go to the installer.') .''; - exit; -} + // Fixup for statusnet.ini $_db_name = substr($config['db']['database'], strrpos($config['db']['database'], '/') + 1); -- cgit v1.2.3-54-g00ecf