mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-09-05 14:01:32 +00:00
22 lines
360 B
PHP
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;
|
|
|
|
|
|
|