Commit inicial

This commit is contained in:
2024-08-02 12:00:57 -06:00
commit 4489b65e04
246 changed files with 83097 additions and 0 deletions

8
checador_alive.php Normal file
View File

@@ -0,0 +1,8 @@
<?php
/* AJAX
* checa que se haya restaurado la conexión al servidor
*/
$return["ok"] = 1;
$return["json"] = json_encode($return);
echo json_encode($return);
?>