mirror of
				https://github.com/librenms/librenms.git
				synced 2024-10-07 16:52:45 +00:00 
			
		
		
		
	* Don't check file permissions on every request, handle failures Improve error page visually * only print minimal mkdir * invert file_exists check, whoops * docblock * revert accidental changes * rename variable * Change database errors to use the new layout * Add support url to the default layout * Replaced \n for && in fix for user perms * fix web output
		
			
				
	
	
		
			10 lines
		
	
	
		
			239 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			239 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| @extends('layouts.error')
 | |
| 
 | |
| @section('title')
 | |
|     {{ isset($title) ? $title : __('Whoops, looks like something went wrong. Check your librenms.log.') }}
 | |
| @endsection
 | |
| 
 | |
| @section('content')
 | |
|     {{ isset($content) ? $content : '' }}
 | |
| @endsection
 |