Commit 2a3d4968 authored by José Luis  Gutiérrez's avatar José Luis Gutiérrez Committed by Alessandro Rubini

www: WRS mode and NTP Server removed from management page

WRS mode and NTP server will be part of WR-PPSi section.
parent 27035ee6
...@@ -21,15 +21,9 @@ ...@@ -21,15 +21,9 @@
<?php session_is_started() ?> <?php session_is_started() ?>
<?php $_SESSION['advance']=""; ?> <?php $_SESSION['advance']=""; ?>
<table border="0" align="center">
<tr>
<center> <center>
<form method="post">
<th>Switch Mode: (<?php $str = check_switch_mode(); echo $str; ?>)</th> <table border="0" align="center">
<input type="hidden" name="cmd" value="change">
<th><input type="submit" value="Change Mode" class="btn"></th>
</form>
</tr>
<tr> <tr>
<form method="post"> <form method="post">
<th>Reboot system: </th> <th>Reboot system: </th>
...@@ -55,16 +49,6 @@ ...@@ -55,16 +49,6 @@
</form> </form>
</tr> </tr>
</table> </table>
<table border="0" align="center">
<tr>
<form method="post">
<th><center>NTP Server:</center></th><th><INPUT type="text" STYLE="text-align:center;" name="ntpip" value="<?php $str = check_ntp_server(); echo $str; ?>"> </th>
<th><input type="hidden" name="cmd" value="ntp">
<th><input type="submit" value="Add NTP Server" class="btn"></th>
</form>
</tr>
</table>
<hr> <hr>
<br><br> <br><br>
...@@ -80,7 +64,7 @@ ...@@ -80,7 +64,7 @@
</table> </table>
</center> </center>
<br><br> <br>
<FORM align="center" method="POST" ENCTYPE="multipart/form-data"> <FORM align="center" method="POST" ENCTYPE="multipart/form-data">
Backup configuration file to your computer</center> Backup configuration file to your computer</center>
<input type="hidden" name="cmd" value="Backup"> <input type="hidden" name="cmd" value="Backup">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment