mirror of
				https://github.com/BookStackApp/BookStack.git
				synced 2025-11-03 02:13:16 +03:00 
			
		
		
		
	Deleted old static file. Default output depends on app-public setting. Otherwise can be overidden in `.env` file via `ALLOW_ROBOTS` Otherwise view file can be customized. Fixes #779
		
			
				
	
	
		
			6 lines
		
	
	
		
			66 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			66 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
User-agent: *
 | 
						|
@if($allowRobots)
 | 
						|
Disallow:
 | 
						|
@else
 | 
						|
Disallow: /
 | 
						|
@endif |