diff options
| author | Bitweaver <bitweaver@bitweaver.org> | 2010-06-29 16:15:21 -0400 |
|---|---|---|
| committer | Bitweaver <bitweaver@bitweaver.org> | 2010-06-29 16:15:21 -0400 |
| commit | 44925e221ac835f89f3d6c062d320e83e7b38f1b (patch) | |
| tree | 39fde6c376074264b3c0792d6e69ad8b26b15779 /install_checks.php | |
| parent | fed3e009809a27a675dd736100cffc4f38f179c3 (diff) | |
| download | install-44925e221ac835f89f3d6c062d320e83e7b38f1b.tar.gz install-44925e221ac835f89f3d6c062d320e83e7b38f1b.tar.bz2 install-44925e221ac835f89f3d6c062d320e83e7b38f1b.zip | |
move config/kernel_config_inc.php to config/kernel/config_inc.php and now we have some standardized modularity forming for config/<pkg>/blah..., also all non-exec files have _inc.php by convention
Diffstat (limited to 'install_checks.php')
| -rw-r--r-- | install_checks.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install_checks.php b/install_checks.php index aeea06a..6d2f2d1 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'] ) ? BIT_ROOT_PATH.'config/kernel_config.php' : $_SERVER['CONFIG_INC'] ); + $config_file = clean_file_path( empty( $_SERVER['CONFIG_INC'] ) ? BIT_ROOT_PATH.'config/kernel/config_inc.php' : $_SERVER['CONFIG_INC'] ); $i = 0; // required settings - if not met, are passed into the array $reqd |
