Cambios en formulario de registro de usuarios
This commit is contained in:
@@ -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'];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user