From 9a709b3dedc8105298c495288dc8d369a6757073 Mon Sep 17 00:00:00 2001 From: billz Date: Sat, 25 Nov 2023 09:54:28 +0000 Subject: [PATCH] Preserve /tmp/raspap_install.log literal --- ajax/system/sys_read_logfile.php | 4 +--- config/config.php | 1 - includes/defaults.php | 1 - 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/ajax/system/sys_read_logfile.php b/ajax/system/sys_read_logfile.php index 40b41bb8..946a68cc 100644 --- a/ajax/system/sys_read_logfile.php +++ b/ajax/system/sys_read_logfile.php @@ -1,8 +1,6 @@ 1, 'Updating sources' => 2, diff --git a/config/config.php b/config/config.php index 459a3496..1aff2412 100755 --- a/config/config.php +++ b/config/config.php @@ -8,7 +8,6 @@ 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 4a90da40..0b46f90f 100755 --- a/includes/defaults.php +++ b/includes/defaults.php @@ -13,7 +13,6 @@ $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.