added version to constants

This commit is contained in:
billz 2018-05-27 15:47:09 +00:00
parent 164fd733b9
commit a21d633a77

1
includes/config.php Normal file → Executable file
View file

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