12 lines
		
	
	
		
			244 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			244 B
		
	
	
	
		
			INI
		
	
	
	
	
	
| [PHP]
 | |
| engine = On
 | |
| expose_php = Off
 | |
| max_execution_time = 300
 | |
| max_input_time = 300
 | |
| memory_limit = 128M
 | |
| error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED & ~E_STRICT & ~E_WARNING
 | |
| display_errors = Off
 | |
| 
 | |
| [Date]
 | |
| date.timezone = "Etc/UTC"
 | 
