Replace literal w/ RASPI_DEBUG_LOG

This commit is contained in:
billz
2023-10-31 22:18:23 +00:00
parent 98d5f5b64b
commit 86ac3e2ff6
4 changed files with 7 additions and 6 deletions

View File

@@ -7,6 +7,7 @@ define('RASPI_CONFIG_PROVIDERS', 'config/vpn-providers.json');
define('RASPI_ADMIN_DETAILS', RASPI_CONFIG.'/raspap.auth');
define('RASPI_WIFI_AP_INTERFACE', 'wlan0');
define('RASPI_CACHE_PATH', sys_get_temp_dir() . '/raspap');
define('RASPI_DEBUG_LOG', 'raspap_debug.log');
// Constants for configuration file paths.
// These are typical for default RPi installs. Modify if needed.