Source for file loadconfig.php

Documentation is available at loadconfig.php

  1. <?php
  2. /**
  3. * Upgrade the database to the latest version used by Bumblebee
  4. *
  5. @author    Stuart Prescott
  6. @copyright  Copyright Stuart Prescott
  7. @license    http://opensource.org/licenses/gpl-license.php GNU Public License
  8. @version    $Id$
  9. @package    Bumblebee
  10. @subpackage Installer
  11. */
  12.  
  13. function loadInstalledConfig({
  14.   global $NON_FATAL_CONFIG;
  15.   $REBASE_INSTALL '..'.DIRECTORY_SEPARATOR;
  16.   set_include_path($REBASE_INSTALL.PATH_SEPARATOR.get_include_path());
  17.   $NON_FATAL_CONFIG true;
  18.   require_once 'inc/config.php';
  19. }
  20.  
  21. ?>

Documentation generated on Tue, 06 Mar 2007 10:01:44 +0000 by phpDocumentor 1.3.0