Skip to content

Commit

Permalink
Expermineting to drag results
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrikBuetler committed Jun 18, 2024
1 parent 38543fa commit 3f41293
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions api/ui/results.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,7 @@ public function get() {
case 'up':
$system = new System($this->get['systemId']);
$arr = $system->getResultsAll();
foreach ($arr as $key => $value) {
echo $key . ": " . $value . "\n";
}
echo $arr[0];
break;
case 'down':
echo 'down';
Expand Down

0 comments on commit 3f41293

Please sign in to comment.