Upload by budget

This commit is contained in:
2018-05-11 13:10:28 +02:00
parent 9ef747a51e
commit f419ce6c23
17 changed files with 749 additions and 326 deletions

View File

@@ -0,0 +1,8 @@
<?php
echo '<table>';
foreach($output as $line) {
echo '<tr><td>' . $line['snr'] . '</td><td>' . $line['count'] . '</td></tr>';
}
echo '</table>';
?>