Update pallet update to V2.3

pull/41/head
glen 4 years ago
parent 18de957f6e
commit 6230822502

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

@ -5,7 +5,7 @@
html * { html * {
font-family: Arial, Andale Mono, monospace; font-family: Arial, Andale Mono, monospace;
font-size: 10pt; font-size: 10pt;
color: #33ff00; color: #609aac;
background-color: #252525; background-color: #252525;
} }
@ -27,12 +27,12 @@ html * {
} }
.panel-primary { .panel-primary {
border-color: #33ff00; border-color: #609aac;
background-color: #0C1309; background-color: #0C1309;
} }
.panel-primary>.panel-heading { .panel-primary>.panel-heading {
border-color: #33ff00; border-color: #609aac;
background-color: #0C1309; background-color: #0C1309;
} }

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

@ -12,7 +12,7 @@
* *
* @author TechnicalTumbleweed (Loki->Discord/Telegram) * @author TechnicalTumbleweed (Loki->Discord/Telegram)
* @license GNU General Public License, version 3 (GPL-3.0) * @license GNU General Public License, version 3 (GPL-3.0)
* @version 2.2 * @version 2.3
* @link https://github.com/necro-nemesis/LabyrinthAP-webgui * @link https://github.com/necro-nemesis/LabyrinthAP-webgui
*/ */
@ -105,7 +105,7 @@ $theme_url = 'dist/css/'.htmlspecialchars($theme, ENT_QUOTES);
<span class="icon-bar"></span> <span class="icon-bar"></span>
<span class="icon-bar"></span> <span class="icon-bar"></span>
</button> </button>
<a class="navbar-brand" href="index.php"style="font-family: Arial;font-size: 20px; color: #33ff00"><?php echo _("LabyrinthAP Mixnet Portal"); ?> v<?php echo RASPI_VERSION; ?></a> <a class="navbar-brand" href="index.php"style="font-family: Arial;font-size: 20px; color: #609aac"><?php echo _("LabyrinthAP Mixnet Portal"); ?> v<?php echo RASPI_VERSION; ?></a>
</div> </div>
<!-- /.navbar-header --> <!-- /.navbar-header -->

Loading…
Cancel
Save