mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Add covering element to JSON output
This commit is contained in:
@@ -16,7 +16,7 @@ class Sattimers extends CI_Controller {
|
||||
];
|
||||
$url = 'https://www.df2et.de/tevel/api.php';
|
||||
$json = file_get_contents($url);
|
||||
$data['activations'] = json_decode($json, true);
|
||||
$data['activations'] = json_decode($json, true)['data'];
|
||||
|
||||
$data['page_title'] = "Satellite Timers";
|
||||
$this->load->view('interface_assets/header', $data);
|
||||
|
||||
Reference in New Issue
Block a user