Estoy montando una zona wifi en la comunidad y queremos que cuando se conecte vaya a una web determinada
Lo estoy haciendo con dd-wrt y nocatsplash y me estoy basando en este código extraido de su foro
Código PHP:
<form method="POST" action="$action">
<table cellpadding=15 width="852" align="center">
<tr>
<td width="816" align=center><p><font color="#20104D" size="7" face="Verdana, Arial, Helvetica, sans-serif">
<b><em>Bienvenido a <br>$GatewayName</em><b></font></p></td>
</tr>
<tr>
<td align=center><p>Red en pruebas de portal $GatewayName</p></td>
</tr>
<tr>
<td align=center><input type="submit" value=" Continuar "></td>
</tr>
</table>
<input type="hidden" name="accept_terms" value="yes">
<input type="hidden" name="mode_login">
<input type="hidden" name="redirect" value="$redirect">
</form>
Saludos y gracias