Update version ref

pull/15/head
necro-nemesis 5 years ago
parent 36282013bd
commit 06643159bd

@ -1,6 +1,6 @@
<?php
define('RASPI_VERSION', '1.4.1a');
define('RASPI_VERSION', '1.5a');
define('RASPI_CONFIG', '/etc/raspap');
define('RASPI_CONFIG_NETWORKING',RASPI_CONFIG.'/networking');
define('RASPI_ADMIN_DETAILS', RASPI_CONFIG.'/raspap.auth');

@ -10,12 +10,10 @@
* php5-cgi (I have version 5.4.4-12 installed via apt)
* along with their supporting packages, php5 will also need to be enabled.
*
* @author Lawrence Yau <sirlagz@gmail.com>
* @author Bill Zimmerman <billzimmerman@gmail.com>
* @author TechnicalTumbleweed (Loki->Discord/Telegram)
* @license GNU General Public License, version 3 (GPL-3.0)
* @version 1.3.1
* @link https://github.com/billz/raspap-webgui
* @see http://sirlagz.net/2013/02/08/raspap-webgui/
* @version 1.5a
* @link https://github.com/necro-nemesis/Lokiap-webgui
*/
session_start();

Loading…
Cancel
Save