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 /upgrade_packages.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 'upgrade_packages.php')
| -rw-r--r-- | upgrade_packages.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/upgrade_packages.php b/upgrade_packages.php index a51387d..0f3ed14 100644 --- a/upgrade_packages.php +++ b/upgrade_packages.php @@ -10,7 +10,7 @@ // Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details. $gBitSmarty->assign( 'next_step',$step ); -$config_file = empty($_SERVER['CONFIG_INC']) ? '../config/kernel_config.php' : $_SERVER['CONFIG_INC']; +$config_file = empty($_SERVER['CONFIG_INC']) ? '../config/kernel/config_inc.php' : $_SERVER['CONFIG_INC']; // set the maximum execution time to very high ini_set( "max_execution_time", "86400" ); |
