Commit 27035ee6 authored by José Luis  Gutiérrez's avatar José Luis Gutiérrez Committed by Alessandro Rubini

www: changing name of PTP menu

Because of the NTP configuration, PPSI Setup section is now WR-PTP Setup
parent f5cf2c28
......@@ -25,7 +25,7 @@ echo '<div class="login">
//The rest of the menu for logged users
echo '<li><a href="network.php"> Network Setup </a></li>';
echo '<li><a href="ptp.php"> PPSi Setup </a></li>';
echo '<li><a href="ptp.php"> WR-PPSi Setup </a></li>';
echo '<li><a href="endpointmode.php"> Endpoint Mode</a></li>';
echo '<li><a href="vlan.php"> VLAN Setup </a></li>';
echo '<li><a href="management.php"> Switch Management </a></li>';
......
......@@ -11,7 +11,7 @@ echo '<ul>
echo '<ul>
<li '.echoSelectedClassIfRequestMatches("index").'><a href="index.php"> Dashboard </a></li>
<li '.echoSelectedClassIfRequestMatches("ptp").'><a href="ptp.php"> PPSi Setup </a></li>
<li '.echoSelectedClassIfRequestMatches("ptp").'><a href="ptp.php"> WR-PPSi Setup </a></li>
<li '.echoSelectedClassIfRequestMatches("vlan").'><a href="vlan.php"> VLAN Setup </a></li>
<li '.echoSelectedClassIfRequestMatches("endpointmode").'><a href="endpointmode.php"> Endpoint Mode</a></li>
<li '.echoSelectedClassIfRequestMatches("management").'><a href="management.php"> Switch Management </a></li>
......
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