Validación SGU
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user