From 0be196d708e76bb026320cc4a826280c0d1238ee Mon Sep 17 00:00:00 2001 From: Lawrence Date: Wed, 4 Oct 2017 01:06:47 +0800 Subject: [PATCH] Updated version numbers. Fixed up Sudoers file to include latest ip commands. --- index.php | 4 ++-- installers/common.sh | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index 37bd705e..ac9af9f8 100755 --- a/index.php +++ b/index.php @@ -13,7 +13,7 @@ * @author Lawrence Yau * @author Bill Zimmerman * @license GNU General Public License, version 3 (GPL-3.0) - * @version 1.1 + * @version 1.2.1 * @link https://github.com/billz/raspap-webgui * @see http://sirlagz.net/2013/02/08/raspap-webgui/ */ @@ -117,7 +117,7 @@ $csrf_token = $_SESSION['csrf_token']; - RaspAP Wifi Portal v1.1 + RaspAP Wifi Portal v1.2.1 diff --git a/installers/common.sh b/installers/common.sh index 6b07e9a3..d21a753b 100755 --- a/installers/common.sh +++ b/installers/common.sh @@ -183,6 +183,8 @@ function patch_system_files() { '/bin/cp /tmp/dhcpddata /etc/dnsmasq.conf' '/sbin/shutdown -h now' '/sbin/reboot' + '/sbin/ip link set wlan0 down' + '/sbin/ip link set wlan0 up' ) # Check if sudoers needs patchin