10 lines
		
	
	
		
			131 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			131 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
 | 
						|
require '../header.php';
 | 
						|
 | 
						|
header('Content-Type: application/json');
 | 
						|
echo json_encode($_SESSION['queuetarget']);
 | 
						|
exit();
 | 
						|
 | 
						|
?>
 |