Merge from lnApp
This commit is contained in:
@@ -36,14 +36,6 @@ ini_set('unserialize_callback_func', 'spl_autoload_call');
|
||||
|
||||
//-- Configuration and initialization -----------------------------------------
|
||||
|
||||
/**
|
||||
* Set Kohana::$environment if a 'KOHANA_ENV' environment variable has been supplied.
|
||||
*/
|
||||
if (getenv('KOHANA_ENV') !== FALSE)
|
||||
{
|
||||
Kohana::$environment = getenv('KOHANA_ENV');
|
||||
}
|
||||
|
||||
/**
|
||||
* Initialize Kohana, setting the default options.
|
||||
*
|
||||
|
Reference in New Issue
Block a user