mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Updated version number
This commit is contained in:
parent
1c23389270
commit
dd63294a37
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
define('RASPI_VERSION', '1.4.1');
|
define('RASPI_VERSION', '1.5');
|
||||||
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');
|
||||||
|
@ -6,14 +6,14 @@
|
|||||||
* Enables use of simple web interface rather than SSH to control wifi and hostapd on the Raspberry Pi.
|
* Enables use of simple web interface rather than SSH to control wifi and hostapd on the Raspberry Pi.
|
||||||
* Recommended distribution is Raspbian Server Edition. Specific instructions to install the supported software are
|
* Recommended distribution is Raspbian Server Edition. Specific instructions to install the supported software are
|
||||||
* in the README and original post by @SirLagz. For a quick run through, the packages required for the WebGUI are:
|
* in the README and original post by @SirLagz. For a quick run through, the packages required for the WebGUI are:
|
||||||
* lighttpd (I have version 1.4.31-2 installed via apt)
|
* lighttpd (I have version 1.4.45 installed via apt)
|
||||||
* php5-cgi (I have version 5.4.4-12 installed via apt)
|
* php7-cgi (I have version 7.0.33-0+deb9u3 installed via apt)
|
||||||
* along with their supporting packages, php5 will also need to be enabled.
|
* along with their supporting packages, php7 will also need to be enabled.
|
||||||
*
|
*
|
||||||
* @author Lawrence Yau <sirlagz@gmail.com>
|
* @author Lawrence Yau <sirlagz@gmail.com>
|
||||||
* @author Bill Zimmerman <billzimmerman@gmail.com>
|
* @author Bill Zimmerman <billzimmerman@gmail.com>
|
||||||
* @license GNU General Public License, version 3 (GPL-3.0)
|
* @license GNU General Public License, version 3 (GPL-3.0)
|
||||||
* @version 1.3.1
|
* @version 1.5
|
||||||
* @link https://github.com/billz/raspap-webgui
|
* @link https://github.com/billz/raspap-webgui
|
||||||
* @see http://sirlagz.net/2013/02/08/raspap-webgui/
|
* @see http://sirlagz.net/2013/02/08/raspap-webgui/
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user