This prevents the automatic loading of external content unless the user explicitly requests it.
		
			
				
	
	
		
			5 lines
		
	
	
		
			81 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			81 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 	if (!isset($CMS_ACTIVE)) exit();
 | |
| 	require_once "privacy-controls.php";
 | |
| ?>
 |