Update to 1.7

pull/31/head
necro-nemesis 5 years ago
parent 564b540ae4
commit 3826ca2fc9

@ -1,6 +1,6 @@
![](https://i.imgur.com/mXuacOH.jpg)
# `$ Lokiap-webgui` [![Release 1.6b](https://img.shields.io/badge/Release-1.6b-green.svg)](https://github.com/necro-nemesis/raspap-webgui/releases)
# `$ Lokiap-webgui` [![Release 1.7](https://img.shields.io/badge/Release-1.7-green.svg)](https://github.com/necro-nemesis/raspap-webgui/releases)
LokiAP interfaces witht Lokinet daemon to facilitate connections to the the Lokinet global privacy network. LokiAP provides a simple, responsive web interface to control wifi, hostapd and related services necessary to access Lokinet on the Raspberry Pi.

@ -1,6 +1,6 @@
<?php
define('RASPI_VERSION', '1.6b');
define('RASPI_VERSION', '1.7');
define('RASPI_CONFIG', '/etc/raspap');
define('RASPI_CONFIG_NETWORKING',RASPI_CONFIG.'/networking');
define('RASPI_ADMIN_DETAILS', RASPI_CONFIG.'/raspap.auth');

@ -12,7 +12,7 @@
*
* @author TechnicalTumbleweed (Loki->Discord/Telegram)
* @license GNU General Public License, version 3 (GPL-3.0)
* @version 1.6b
* @version 1.7
* @link https://github.com/necro-nemesis/Lokiap-webgui
*/

Loading…
Cancel
Save