17 lines
		
	
	
		
			474 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			474 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| return [
 | |
|     '@class' => 'Grav\\Common\\File\\CompiledYamlFile',
 | |
|     'filename' => '/home/phvos/web/dedijk4.nl/public_html/user/config/site.yaml',
 | |
|     'modified' => 1581466810,
 | |
|     'data' => [
 | |
|         'title' => 'Grav',
 | |
|         'author' => [
 | |
|             'name' => 'Joe Bloggs',
 | |
|             'email' => 'joe@example.com'
 | |
|         ],
 | |
|         'metadata' => [
 | |
|             'description' => 'Grav is an easy to use, yet powerful, open source flat-file CMS'
 | |
|         ]
 | |
|     ]
 | |
| ];
 |