Files
linguist/samples/PHP/prefix.fcgi
2014-10-15 10:37:58 -04:00

4 lines
38 B
PHP
Executable File

<?php
echo $_SERVER[$_GET["var"]];
?>