summaryrefslogtreecommitdiff
path: root/install_checks.php
diff options
context:
space:
mode:
authortekimaki <will@tekimaki.com>2010-06-22 18:42:59 -0400
committertekimaki <will@tekimaki.com>2010-06-22 18:42:59 -0400
commit266e37475d03c2bc68a5111e68b72e35cf72c72b (patch)
tree14e179cf0c515b7cdaed3aac6f39e1409119f29c /install_checks.php
parentee6cc211eb9b96f6d1a0dbcaddacf2952c7964aa (diff)
downloadinstall-266e37475d03c2bc68a5111e68b72e35cf72c72b.tar.gz
install-266e37475d03c2bc68a5111e68b72e35cf72c72b.tar.bz2
install-266e37475d03c2bc68a5111e68b72e35cf72c72b.zip
move config_inc.php to config root dir where all install specific configurations are to be housedPlease enter the commit message for your changes. Lines starting
Diffstat (limited to 'install_checks.php')
-rw-r--r--install_checks.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/install_checks.php b/install_checks.php
index 057bc6f..aeea06a 100644
--- a/install_checks.php
+++ b/install_checks.php
@@ -28,7 +28,7 @@ if( !isset( $_SERVER['HTTP_REFERER'] ) ) {
*/
function check_settings() {
global $gBitSmarty, $error, $warning;
- $config_file = clean_file_path( empty( $_SERVER['CONFIG_INC'] ) ? KERNEL_PKG_PATH.'config_inc.php' : $_SERVER['CONFIG_INC'] );
+ $config_file = clean_file_path( empty( $_SERVER['CONFIG_INC'] ) ? BIT_ROOT_PATH.'config/kernel_config.php' : $_SERVER['CONFIG_INC'] );
$i = 0;
// required settings - if not met, are passed into the array $reqd