<?php

$ending = $_GET["ending"];

# $buf = `ls -1 *.$ending`;
$buf = `ls -1 *$ending`;

echo $buf;
?>

