diff -r de56132c008d -r bdac73ed481e install/index.php --- a/install/index.php Sun Mar 28 21:49:26 2010 -0400 +++ b/install/index.php Sun Mar 28 23:10:46 2010 -0400 @@ -18,7 +18,7 @@ $ui = new Enano_Installer_UI('Enano installation', true); if ( version_compare(PHP_VERSION, '5.0.0', '<') ) { - $ui->__construct('Enano installation', true); + $ui->__construct('Enano installation', true); } $ui->add_stage('Welcome', true); $ui->add_stage('Installation', true); @@ -29,11 +29,11 @@ if ( defined('ENANO_INSTALLED') ) { - // Is Enano installed? If so, load the config and check version info - define('IN_ENANO_UPGRADE', 'true'); - define('ENANO_EXIT_AFTER_CONFIG', 1); - // common.php above calls chdir() to the ENANO_ROOT, so this loads the full Enano API. - require('includes/common.php'); + // Is Enano installed? If so, load the config and check version info + define('IN_ENANO_UPGRADE', 'true'); + define('ENANO_EXIT_AFTER_CONFIG', 1); + // common.php above calls chdir() to the ENANO_ROOT, so this loads the full Enano API. + require('includes/common.php'); } // are we in PHP5? @@ -41,101 +41,101 @@ ?> -
- -
- Enano hasn't been installed yet!
- You'll need to install the Enano database before you can use your site. To get started, click the Install button below. -
- -
- A configuration file (config.php) exists but doesn't set the ENANO_INSTALLED constant.
-

Didn't expect to see this message? - It's possible that your configuration file has become corrupted and no longer sets information that Enano needs to connect - to the database. You should have a look at your config.php by downloading it with FTP or viewing it over SSH. - If the file appears to have been tampered with, please contact the Enano team - for support immediately.

-

Most importantly, if you suspect a security breach, you should contact the Enano team - via e-mail. If you have the capability to use PGP encryption, you should do - so; our public key is available here.

-
-
- - - - - + +
- - Enano CMS - - - +