// // ------------------------------------------------------------------------- // include_once("mainfile.php"); //check if start page is defined if ( !empty($bcoosConfig['startpage']) && $bcoosConfig['startpage'] != '--' ) { $url = "modules/".$bcoosConfig['startpage']."/"; header('Status: 302 Found'); header("Location: $url"); ?>