mirror of
https://github.com/magicbug/Cloudlog
synced 2026-08-13 17:49:35 -04:00
removed more old code
This commit is contained in:
parent
73892f2b85
commit
edcf474201
1 changed files with 0 additions and 18 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue