mirror of
				https://github.com/billz/raspap-webgui.git
				synced 2025-03-01 10:31:47 +00:00 
			
		
		
		
	Update release verison 2.5.2
This commit is contained in:
		| @@ -1,5 +1,5 @@ | ||||
|  | ||||
| [](https://github.com/billz/raspap-webgui/releases) [](https://github.com/thibmaek/awesome-raspberry-pi) [](https://opencollective.com/raspap)  [](https://crowdin.com/project/raspap) [](https://twitter.com/rasp_ap) [](https://www.reddit.com/r/RaspAP/) | ||||
| [](https://github.com/billz/raspap-webgui/releases) [](https://github.com/thibmaek/awesome-raspberry-pi) [](https://opencollective.com/raspap)  [](https://crowdin.com/project/raspap) [](https://twitter.com/rasp_ap) [](https://www.reddit.com/r/RaspAP/) | ||||
|  | ||||
| RaspAP lets you quickly get a WiFi access point up and running to share the connectivity of many popular [Debian-based devices](#supported-operating-systems), including the Raspberry Pi. Our popular [Quick installer](#quick-installer) creates a known-good default configuration that "just works" on all current Raspberry Pis with onboard wireless. A responsive interface gives you control over the relevant services and networking options. Advanced DHCP settings, OpenVPN client support, SSL, security audits, themes and multilingual options are included. | ||||
|  | ||||
|   | ||||
| @@ -6,7 +6,7 @@ if (!defined('RASPI_CONFIG')) { | ||||
|  | ||||
| $defaults = [ | ||||
|   'RASPI_BRAND_TEXT' => 'RaspAP', | ||||
|   'RASPI_VERSION' => '2.5.1', | ||||
|   'RASPI_VERSION' => '2.5.2', | ||||
|   'RASPI_CONFIG_NETWORKING' => RASPI_CONFIG.'/networking', | ||||
|   'RASPI_ADMIN_DETAILS' => RASPI_CONFIG.'/raspap.auth', | ||||
|   'RASPI_WIFI_AP_INTERFACE' => 'wlan0', | ||||
|   | ||||
| @@ -14,7 +14,7 @@ | ||||
|  * @author  Lawrence Yau <sirlagz@gmail.com> | ||||
|  * @author  Bill Zimmerman <billzimmerman@gmail.com> | ||||
|  * @license GNU General Public License, version 3 (GPL-3.0) | ||||
|  * @version 2.5.1 | ||||
|  * @version 2.5.2 | ||||
|  * @link    https://github.com/billz/raspap-webgui/ | ||||
|  * @link    https://raspap.com/ | ||||
|  * @see     http://sirlagz.net/2013/02/08/raspap-webgui/ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user