pool/web/yaamp/modules/site/eval.php
Tanguy Pruvot bb31cec957 dos2unix all files, we are on linux
trim them, btw... its important to start on a clean base...
2015-07-12 04:40:50 +02:00

22 lines
360 B
PHP

<?php
echo <<<end
<br><br>
<form action="/site/eval" method="get">
<input type="text" name="param" class="main-text-input" value="$param" ><br><br>
<input type="submit" value="Submit" class="main-submit-button" >
</form>
<br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br>
end;