This commit is contained in:
Lizandro Guarnizo
2026-04-16 23:45:58 -05:00
parent 5de48127f1
commit 9277c0553e
14 changed files with 16 additions and 0 deletions
+1
View File
@@ -6,6 +6,7 @@
* (sin id) → nuevo formulario
*/
require_once 'config/config.php';
if (!defined('APP_ROOT')) { define('APP_ROOT', __DIR__); }
if (!isUserLoggedIn()) { echo '<script>window.close();</script>'; exit; }
if (isEnfermero()) { echo '<script>window.close();</script>'; exit; }
header('Cache-Control: no-store, no-cache, must-revalidate');