<?php
/* Please see the README and LICENSE files. */
/**
* This script allows for pre-startup configuration
*/
/*
* When true, enables an output manager directly after the system starts
*/
$output_manager_on = true;
/*
* The components that the system should register in it's startup routine
*/
$startup_components = array("System_Autoloader",
"System_Shutdown",
"System_Error");
?>