Preserve /tmp/raspap_install.log literal

This commit is contained in:
billz
2023-11-25 09:54:28 +00:00
parent 2102fb9043
commit 9a709b3ded
3 changed files with 1 additions and 5 deletions

View File

@@ -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.