From 223d88fcaaf89c8454c82aef895c31db90a50b1f Mon Sep 17 00:00:00 2001 From: Kirill Krasnov Date: Sat, 19 Dec 2009 11:18:41 +0200 Subject: [PATCH] Fix checking --- admin/check.php | 2 +- admin/index.php | 1 + 2 files changed, 2 insertions(+), 1 deletions(-) diff --git a/admin/check.php b/admin/check.php index 53f4b04..c638ea8 100644 --- a/admin/check.php +++ b/admin/check.php @@ -250,7 +250,7 @@ function test_database_utf8() { print_test_row( 'MantisBT requires at least PHP ' . PHP_MIN_VERSION . '. You are running PHP ' . phpversion(), $result = version_compare( phpversion(), PHP_MIN_VERSION, '>=' ) ); -if ( !print_test_row( 'Checking Config File Exists', file_exists( $g_absolute_path . 'config_inc.php' ), array( false => 'Please use install.php to perform initial installation Click here' ) ) ) { +if ( !print_test_row( 'Checking Config File Exists', file_exists( $g_absolute_path . 'config_inc.php' ), array( false => 'Please use install.php to perform initial installation Click here', true => '' ) ) ) { die; } diff --git a/admin/index.php b/admin/index.php index 09992b4..13e9260 100644 --- a/admin/index.php +++ b/admin/index.php @@ -57,6 +57,7 @@ function print_info_row( $p_description, $p_value ) { -- 1.6.5.1.1367.gcd48