kopia lustrzana https://github.com/magicbug/Cloudlog
removed more old code
rodzic
73892f2b85
commit
edcf474201
|
@ -27,24 +27,6 @@
|
|||
|
|
||||
*/
|
||||
|
||||
|
||||
switch (ENVIRONMENT)
|
||||
{
|
||||
case 'development':
|
||||
require( __DIR__ . '/../php_error.php' );
|
||||
break;
|
||||
|
||||
case 'testing':
|
||||
require( __DIR__ . '/../php_error.php' );
|
||||
break;
|
||||
|
||||
case 'production':
|
||||
default:
|
||||
exit('The application environment is not set correctly.');
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*
|
||||
| -------------------------------------------------------------------
|
||||
| Auto-load Packges
|
||||
|
|
Ładowanie…
Reference in New Issue