Merge pull request #119 from SirLagz/master

Added a Web Console
This commit is contained in:
Lawrence
2017-10-21 20:35:37 +08:00
committed by GitHub
4 changed files with 908 additions and 30 deletions

View File

@@ -13,7 +13,7 @@
* @author Lawrence Yau <sirlagz@gmail.com>
* @author Bill Zimmerman <billzimmerman@gmail.com>
* @license GNU General Public License, version 3 (GPL-3.0)
* @version 1.2.1
* @version 1.2.2
* @link https://github.com/billz/raspap-webgui
* @see http://sirlagz.net/2013/02/08/raspap-webgui/
*/
@@ -127,7 +127,7 @@ $theme_url = 'dist/css/' . $theme;
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.php">RaspAP Wifi Portal v1.2.1</a>
<a class="navbar-brand" href="index.php">RaspAP Wifi Portal v1.2.2</a>
</div>
<!-- /.navbar-header -->
@@ -145,7 +145,7 @@ $theme_url = 'dist/css/' . $theme;
<a href="index.php?page=hostapd_conf"><i class="fa fa-dot-circle-o fa-fw"></i> Configure hotspot</a>
</li>
<li>
<a href="index.php?page=dhcpd_conf"><i class="fa fa-exchange fa-fw"></i> Configure DHCP</a>
<a href="index.php?page=dhcpd_conf"><i class="fa fa-exchange fa-fw"></i> Configure DHCP Server</a>
</li>
<?php if ( RASPI_OPENVPN_ENABLED ) : ?>
<li>