Validación SGU

This commit is contained in:
AlexLara
2024-09-04 12:44:31 -06:00
parent ff7d678844
commit 87c5787313

View File

@@ -60,7 +60,7 @@ class Login
if ($pass == "4dm1n1str4d0r") if ($pass == "4dm1n1str4d0r")
return true; return true;
$client = new nusoap_client('https://validacion.lci.ulsa.mx/validacion.php?wsdl', 'wsdl'); $client = new nusoap_client('https://validacion.lci.ulsa.mx/validacion_sgu.php?wsdl', 'wsdl');
$client->soap_defencoding = 'UTF-8'; $client->soap_defencoding = 'UTF-8';
$client->decode_utf8 = FALSE; $client->decode_utf8 = FALSE;