Updated version and project title

This commit is contained in:
billz 2019-08-20 10:18:12 +01:00
parent 6985322ca0
commit 40d196c9cd
1 changed files with 6 additions and 6 deletions

View File

@ -4,16 +4,16 @@
* Raspbian WiFi Configuration Portal * Raspbian WiFi Configuration Portal
* *
* 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 Buster Lite. 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.45 installed via apt) * lighttpd (I have version 1.4.53 installed via apt)
* php7-cgi (I have version 7.0.33-0+deb9u3 installed via apt) * php-cgi (I have version 7.1.20-1+b2 installed via apt)
* along with their supporting packages, php7 will also need to be enabled. * along with their supporting packages, php7.1 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.5.1 * @version 1.6
* @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/
*/ */
@ -58,7 +58,7 @@ $theme_url = 'dist/css/'.htmlspecialchars($theme, ENT_QUOTES);
<meta name="description" content=""> <meta name="description" content="">
<meta name="author" content=""> <meta name="author" content="">
<title><?php echo _("Raspbian WiFi Configuration Portal"); ?></title> <title><?php echo _("RaspAP WiFi Configuration Portal"); ?></title>
<!-- Bootstrap Core CSS --> <!-- Bootstrap Core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet"> <link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">