mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
removed more old code
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user