summaryrefslogtreecommitdiff
path: root/create_config_inc.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 /create_config_inc.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 'create_config_inc.php')
-rw-r--r--create_config_inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/create_config_inc.php b/create_config_inc.php
index 12ea591..72d79dd 100644
--- a/create_config_inc.php
+++ b/create_config_inc.php
@@ -46,7 +46,7 @@ function create_config( $pParamHash ) {
}
}
- $config_file = empty( $_SERVER['CONFIG_INC'] ) ? '../kernel/config_inc.php' : $_SERVER['CONFIG_INC'];
+ $config_file = empty( $_SERVER['CONFIG_INC'] ) ? '../config/kernel_config.php' : $_SERVER['CONFIG_INC'];
// We can't call clean_file_path here even though we would like to.
$config_file = ( strpos( $_SERVER["SERVER_SOFTWARE"],"IIS" ) ? str_replace( "/", "\\", $config_file ) : $config_file );