removed more old code

pull/125/merge
Peter Goodhall 2013-02-14 23:58:10 +00:00
rodzic 73892f2b85
commit edcf474201
1 zmienionych plików z 0 dodań i 18 usunięć

Wyświetl plik

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