9 lines
		
	
	
		
			101 B
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			101 B
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
	
	
<?php
 | 
						|
 | 
						|
$arr = scandir("../videos/prn/");
 | 
						|
echo(json_encode($arr));
 | 
						|
 | 
						|
if (isset($_POST['action'])) {
 | 
						|
 | 
						|
}
 |