mirror of
				https://github.com/BookStackApp/BookStack.git
				synced 2025-10-31 03:50:27 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			242 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			242 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
| 
 | |
|     /**
 | |
|      * Error text strings.
 | |
|      */
 | |
| 
 | |
|     // Pages
 | |
|     'permission' => 'You do not have permission to access the requested page.',
 | |
|     'permissionJson' => 'You do not have permission to perform the requested action.'
 | |
| ]; |