2016-11-20 01:47:15 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html><head>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
|
|
|
|
<title>Saved Settings</title>
|
|
|
|
<script>
|
|
|
|
function OpenReboot()
|
|
|
|
{
|
|
|
|
window.open("/reset","_self");
|
|
|
|
}
|
|
|
|
</script>
|
|
|
|
</head><body>
|
|
|
|
<div align="center">
|
|
|
|
<h2>Settings saved.</h2>
|
|
|
|
<p>If you made changes to WiFi configuration, please reboot.</p><br>
|
2017-05-07 23:51:42 +02:00
|
|
|
<input type="button" value="Reboot" onclick="OpenReboot()">
|
2016-11-20 01:47:15 +01:00
|
|
|
</div></body>
|
|
|
|
</html>
|
|
|
|
|