![]() |
Documentación GVHIDRA 3.1.5
|
Ir al código fuente de este archivo.
Estructuras de datos | |
class | AuthWS |
Namespaces | |
namespace | gvHIDRA |
Funciones | |
loginFunction ($username=null, $status=null, &$auth=null) |
loginFunction | ( | $ | username = null , |
$ | status = null , |
||
&$ | auth = null |
||
) |
Definición en la lÃnea 130 del archivo AuthWS.php.
{ echo <<<EOF <html> <head> <title>Accés personalitzat a aplicacions</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body> <table width="97%" border="0" cellspacing="0" cellpadding="0"> <tbody> <tr align="center"> <td> <form method="post" action="" AUTOCOMPLETE="OFF"> <table border="0" cellpadding="3"> <tr> <td align="left"> <p><b>Introduïsca l'usuari i la clau que utilitza en la seua aplicació</b></p> </td> </tr> <tr><td align=center> <p>Usuari:<br> <input type="text" name="username"> </p> <p>Clau:<br> <input type="password" name="password"> </p> <input type="submit" value="acceptar"> </td></tr> </table> </form> </td> </tr> </tbody> </table> </body> </html> EOF; }