link
This commit is contained in:
		
							parent
							
								
									e19a66ff62
								
							
						
					
					
						commit
						fea7b92687
					
				@ -9,7 +9,7 @@ $host=htmlspecialchars($_SERVER['SERVER_NAME']);
 | 
				
			|||||||
//$host="";
 | 
					//$host="";
 | 
				
			||||||
foreach (scandir("/home/") as $file) {
 | 
					foreach (scandir("/home/") as $file) {
 | 
				
			||||||
    if (in_array($file, array('.', '..'))) continue;
 | 
					    if (in_array($file, array('.', '..'))) continue;
 | 
				
			||||||
    echo "<li><a href=$file>~$file</a></li>";
 | 
					    echo "<li><a href="/~$file">~$file</a></li>";
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
?>
 | 
					?>
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user