removed more old code

This commit is contained in:
Peter Goodhall
2013-02-14 23:58:10 +00:00
parent 73892f2b85
commit edcf474201

View File

@@ -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