diff --git a/src/includes/footer.php b/src/includes/footer.php index b9c7be9..7a732d9 100644 --- a/src/includes/footer.php +++ b/src/includes/footer.php @@ -35,4 +35,64 @@ if ('serviceWorker' in navigator) { navigator.serviceWorker.register('service-worker.js'); } + + + +
+ \ No newline at end of file diff --git a/src/session_ping.php b/src/session_ping.php new file mode 100644 index 0000000..2a82254 --- /dev/null +++ b/src/session_ping.php @@ -0,0 +1,18 @@ + false]); + exit; +} + +echo json_encode(['ok' => true]);