Update version ref

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

@ -1,6 +1,6 @@
<?php <?php
define('RASPI_VERSION', '1.4.1a'); define('RASPI_VERSION', '1.5a');
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');

@ -10,12 +10,10 @@
* php5-cgi (I have version 5.4.4-12 installed via apt) * php5-cgi (I have version 5.4.4-12 installed via apt)
* along with their supporting packages, php5 will also need to be enabled. * along with their supporting packages, php5 will also need to be enabled.
* *
* @author Lawrence Yau <sirlagz@gmail.com> * @author TechnicalTumbleweed (Loki->Discord/Telegram)
* @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.5a
* @link https://github.com/billz/raspap-webgui * @link https://github.com/necro-nemesis/Lokiap-webgui
* @see http://sirlagz.net/2013/02/08/raspap-webgui/
*/ */
session_start(); session_start();

Loading…
Cancel
Save