mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-23 16:10:23 +00:00
Update release version
This commit is contained in:
parent
80c343080f
commit
976ae2a6bb
3 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
![](https://i.imgur.com/xeKD93p.png)
|
||||
# `$ raspap-webgui` [![Release 1.6.1](https://img.shields.io/badge/Release-1.6.1-green.svg)](https://github.com/billz/raspap-webgui/releases) [![Awesome](https://awesome.re/badge.svg)](https://github.com/thibmaek/awesome-raspberry-pi)
|
||||
# `$ raspap-webgui` [![Release 1.6.2](https://img.shields.io/badge/Release-1.6.2-green.svg)](https://github.com/billz/raspap-webgui/releases) [![Awesome](https://awesome.re/badge.svg)](https://github.com/thibmaek/awesome-raspberry-pi)
|
||||
|
||||
A simple, responsive web interface to control wifi, hostapd and related services on the Raspberry Pi.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
define('RASPI_VERSION', '1.6.1');
|
||||
define('RASPI_VERSION', '1.6.2');
|
||||
define('RASPI_CONFIG', '/etc/raspap');
|
||||
define('RASPI_CONFIG_NETWORKING', RASPI_CONFIG.'/networking');
|
||||
define('RASPI_ADMIN_DETAILS', RASPI_CONFIG.'/raspap.auth');
|
||||
|
|
|
@ -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.6.1
|
||||
* @version 1.6.2
|
||||
* @link https://github.com/billz/raspap-webgui
|
||||
* @see http://sirlagz.net/2013/02/08/raspap-webgui/
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue