sonarrradarrplexorganizrnginxdashboardmuximuxlandingpagestartpagelandinghtpcserverhomepagesabnzbdheimdallembycouchpotatonzbgetbookmarkapplication-dashboard
		
		
		
		
			You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							12 lines
						
					
					
						
							255 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							12 lines
						
					
					
						
							255 B
						
					
					
				| <?php | |
| 
 | |
| use Symfony\Component\HttpFoundation\Cookie; | |
| 
 | |
| $r = require __DIR__.'/common.inc'; | |
| 
 | |
| $str = '?*():@&+$/%#[]'; | |
| 
 | |
| $r->headers->setCookie(new Cookie($str, $str, 0, '', null, false, false, false, null)); | |
| $r->sendHeaders(); | |
| 
 | |
| setcookie($str, $str, 0, '/');
 | |
| 
 |