From 70fbd720005f430ad3825497e962d0f6e0edb931 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Thu, 11 Mar 2010 23:09:40 +1300 Subject: [PATCH] Update the correct always.php file and rebuild. --- inc/always.php | 2 +- inc/always.php.in | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/inc/always.php b/inc/always.php index c111cb8e..253a3ebb 100644 --- a/inc/always.php +++ b/inc/always.php @@ -135,7 +135,7 @@ init_gettext( 'davical', '../locale' ); * */ $c->code_version = 0; -$c->version_string = '0.9.8.3'; // The actual version # is replaced into that during the build /release process +$c->version_string = '0.9.8.4'; // The actual version # is replaced into that during the build /release process if ( isset($c->version_string) && preg_match( '/(\d+)\.(\d+)\.(\d+)(.*)/', $c->version_string, $matches) ) { $c->code_major = $matches[1]; $c->code_minor = $matches[2]; diff --git a/inc/always.php.in b/inc/always.php.in index ead77509..c111cb8e 100644 --- a/inc/always.php.in +++ b/inc/always.php.in @@ -102,6 +102,9 @@ else if ( @file_exists('/usr/local/etc/davical/config.php') ) { else if ( @file_exists('../config/config.php') ) { include('../config/config.php'); } +else if ( @file_exists('config/config.php') ) { + include('config/config.php'); +} else { include('davical_configuration_missing.php'); exit;