Subversion Repositories SmartDukaan

Rev

Rev 11402 | Rev 11495 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11402 Rev 11493
Line 86... Line 86...
86
		break;
86
		break;
87
	
87
	
88
		case 'testing':
88
		case 'testing':
89
		case 'production':
89
		case 'production':
90
			error_reporting(0);
90
			error_reporting(0);
-
 
91
			ini_set("log_errors", 1);
91
		break;
92
		break;
92
 
93
 
93
		default:
94
		default:
94
			exit('The application environment is not set correctly.');
95
			exit('The application environment is not set correctly.');
95
	}
96
	}