diff --git a/README.md b/README.md index 4ef5e1bd..0fee68ee 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ![](https://i.imgur.com/xeKD93p.png) -# `$ raspap-webgui` [![Release 1.5](https://img.shields.io/badge/Release-1.5.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](https://img.shields.io/badge/Release-1.6-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. @@ -7,11 +7,11 @@ This project was inspired by a [**blog post**](http://sirlagz.net/2013/02/06/scr We'd be curious to hear about how you use this with your own RPi-powered projects. Until then, here are some screenshots: -![](https://i.imgur.com/lQ57jVg.png) -![](https://i.imgur.com/jFDMEy6.png) -![](https://i.imgur.com/ck0XS8P.png) -![](https://i.imgur.com/Vaej8Xv.png) -![](https://i.imgur.com/iNuMMip.png) +![](https://i.imgur.com/xyAdop0.gif) +![](https://i.imgur.com/T0vrSsA.gif) +![](https://i.imgur.com/n7Ir2cS.gif) +![](https://i.imgur.com/JdsNr9L.gif) +![](https://i.imgur.com/cYFnTIl.gif) ## Contents - [Prerequisites](#prerequisites) diff --git a/includes/config.php b/includes/config.php index 0931caf5..07a2250b 100755 --- a/includes/config.php +++ b/includes/config.php @@ -1,6 +1,6 @@ * @author Bill Zimmerman * @license GNU General Public License, version 3 (GPL-3.0) - * @version 1.5.1 + * @version 1.6 * @link https://github.com/billz/raspap-webgui * @see http://sirlagz.net/2013/02/08/raspap-webgui/ */ @@ -58,7 +58,7 @@ $theme_url = 'dist/css/'.htmlspecialchars($theme, ENT_QUOTES); - <?php echo _("Raspbian WiFi Configuration Portal"); ?> + <?php echo _("RaspAP WiFi Configuration Portal"); ?> diff --git a/installers/enablelog.sh b/installers/enablelog.sh index 79f75546..9985d626 100755 --- a/installers/enablelog.sh +++ b/installers/enablelog.sh @@ -1,2 +1,4 @@ #!/bin/bash /bin/sed -i 's|#DAEMON_OPTS=""|DAEMON_OPTS=" -f /tmp/hostapd.log"|' /etc/default/hostapd +touch /tmp/hostapd.log +chmod o+r /tmp/hostapd.log