Autenticación de 2 factores

This commit is contained in:
2025-05-23 13:27:22 -06:00
parent fc7e2792ee
commit dfaa8fa499
8 changed files with 389 additions and 20 deletions

View File

@@ -0,0 +1,9 @@
<?php
require_once __DIR__ . '/../helpers/session.php';
require_once __DIR__ . '/../../config/database.php';
require_once __DIR__ . '/../helpers/crypto.php';
function index()
{
include __DIR__ . '/../../views/seguridad/dashboard_seguridad.php';
}