Cambios en formulario de registro de usuarios

This commit is contained in:
User
2025-10-28 09:16:58 -06:00
parent 6228abd586
commit c08c9618f4
11 changed files with 257 additions and 45 deletions

View File

@@ -1,6 +1,6 @@
<?php
include "header.php";
include __DIR__ . "/php/funciones.php";
//include "header.php";
//include __DIR__ . "/php/funciones.php";
$scheme = (!empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] !== 'off') ? "https" : "http";
$host = $_SERVER['HTTP_HOST'];