From d6a4d33758fbc0a819575f8ee5f1b77d5ebfd553 Mon Sep 17 00:00:00 2001 From: billz Date: Fri, 24 Nov 2023 18:07:47 +0000 Subject: [PATCH] Define RASPI_INSTALL_LOG --- ajax/system/sys_read_logfile.php | 2 +- config/config.php | 1 + includes/defaults.php | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ajax/system/sys_read_logfile.php b/ajax/system/sys_read_logfile.php index 567de9e1..ff1a59b8 100644 --- a/ajax/system/sys_read_logfile.php +++ b/ajax/system/sys_read_logfile.php @@ -1,5 +1,5 @@ 1, 'Updating sources' => 2, diff --git a/config/config.php b/config/config.php index 1aff2412..459a3496 100755 --- a/config/config.php +++ b/config/config.php @@ -8,6 +8,7 @@ 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'); +define('RASPI_INSTALL_LOG', 'raspap_install.log'); // Constants for configuration file paths. // These are typical for default RPi installs. Modify if needed. diff --git a/includes/defaults.php b/includes/defaults.php index 0b46f90f..4a90da40 100755 --- a/includes/defaults.php +++ b/includes/defaults.php @@ -13,6 +13,7 @@ $defaults = [ 'RASPI_WIFI_AP_INTERFACE' => 'wlan0', 'RASPI_CACHE_PATH' => sys_get_temp_dir() . '/raspap', 'RASPI_DEBUG_LOG' => 'raspap_debug.log', + 'RASPI_INSTALL_LOG' => 'raspap_install.log', // Constants for configuration file paths. // These are typical for default RPi installs. Modify if needed.