--- a/install.php Mon Sep 24 21:29:19 2007 -0400
+++ b/install.php Sun Sep 30 19:16:24 2007 -0400
@@ -15,7 +15,7 @@
@include('config.php');
if( ( defined('ENANO_INSTALLED') || defined('MIDGET_INSTALLED') ) && ((isset($_GET['mode']) && ($_GET['mode']!='finish' && $_GET['mode']!='css')) || !isset($_GET['mode']))) {
- $_GET['title'] = 'Enano:WhoCaresWhatThisIs';
+ $_GET['title'] = 'Enano:Installation_locked';
require('includes/common.php');
die_friendly('Installation locked', '<p>The Enano installer has found a Enano installation in this directory. You MUST delete config.php if you want to re-install Enano.</p><p>If you wish to upgrade an older Enano installation to this version, please use the <a href="upgrade.php">upgrade script</a>.</p>');
exit;
@@ -23,7 +23,7 @@
define('IN_ENANO_INSTALL', 'true');
-define('ENANO_VERSION', '1.0.1.1');
+define('ENANO_VERSION', '1.0.2');
// In beta versions, define ENANO_BETA_VERSION here
if(!defined('scriptPath')) {
@@ -315,8 +315,8 @@
<div style="text-align: center; margin-top: 10px;">
<img alt="[ Enano CMS Project logo ]" src="images/enano-artwork/installer-greeting-blue.png" style="display: block; margin: 0 auto; padding-left: 100px;" />
<h2>Welcome to Enano</h2>
- <h3>version 1.0.1.1 – stable<br />
- <span style="font-weight: normal;">also affectionately known as "loch ness" <tt>:)</tt></span></h3>
+ <h3>version 1.0.2 – stable<br />
+ <span style="font-weight: normal;">also affectionately known as "coblynau" <tt>:)</tt></span></h3>
<?php
if ( file_exists('./_nightly.php') )
{