mirror of
				https://github.com/Znote/ZnoteAAC.git
				synced 2025-10-31 19:06:23 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			175 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			175 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php require_once 'engine/init.php'; include 'layout/overall/header.php';
 | |
| protect_page();
 | |
| admin_only($user_data);
 | |
| // start
 | |
| 
 | |
| 
 | |
| 
 | |
| // end
 | |
|  include 'layout/overall/footer.php'; ?>
 | 
