mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-22 07:30:23 +00:00
added version to constants
This commit is contained in:
parent
164fd733b9
commit
a21d633a77
1 changed files with 1 additions and 0 deletions
1
includes/config.php
Normal file → Executable file
1
includes/config.php
Normal file → Executable 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');
|
||||
|
|
Loading…
Reference in a new issue