Files

11 lines
241 B
PHP
Raw Permalink Normal View History

<?php
2018-12-16 15:18:17 -06:00
header('Content-type: application/json');
// reload dashboard referencing old endpoint
exit(json_encode([
'html' => '<script>window.location.reload(false);</script>',
'status' => 'ok',
2020-09-21 14:54:51 +02:00
'title' => 'Reload Dasbhoard',
2018-12-16 15:18:17 -06:00
]));