# HG changeset patch # User Dan # Date 1192932985 14400 # Node ID 9e09480cb38fff9336c21e68a264ce5ab1d61dd7 # Parent bf0fdec102e9072d2cf661231e341dcbf238e441 That merge did NOT go well. diff -r bf0fdec102e9 -r 9e09480cb38f install.php --- a/install.php Sat Oct 20 21:46:05 2007 -0400 +++ b/install.php Sat Oct 20 22:16:25 2007 -0400 @@ -14,7 +14,8 @@ */ @include('config.php'); -if( ( defined('ENANO_INSTALLED') || defined('MIDGET_INSTALLED') ) && ((isset($_GET['mode']) && ($_GET['mode']!='finish' && $_GET['mode']!='css')) || !isset($_GET['mode']))) { +if( ( defined('ENANO_INSTALLED') || defined('MIDGET_INSTALLED') ) && ((isset($_GET['mode']) && ($_GET['mode']!='finish' && $_GET['mode']!='css')) || !isset($_GET['mode']))) +{ $_GET['title'] = 'Enano:Installation_locked'; require('includes/common.php'); die_friendly('Installation locked', '

The Enano installer has found a Enano installation in this directory. You MUST delete config.php if you want to re-install Enano.

If you wish to upgrade an older Enano installation to this version, please use the upgrade script.

');