up
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user