Update get_settings.php

This commit is contained in:
jakani24
2024-02-17 13:23:45 +01:00
parent ccf3fbb0b6
commit 12c6243821

View File

@@ -24,7 +24,6 @@ if(isset($_GET["settings"])){
rtp_folder_scan:status on rtp_folder_scan:status on
*/ */
echo(load_secret()."\n"); echo(load_secret()."\n");
echo(load_secret());
echo("virus_ctrl:virus_found:action ".$setting_virus_ctrl_virus_found_action."\n"); echo("virus_ctrl:virus_found:action ".$setting_virus_ctrl_virus_found_action."\n");
echo("server:server_url ".$setting_server_server_url."\n"); echo("server:server_url ".$setting_server_server_url."\n");
echo("rtp_folder_scan:status ".$setting_rtp_folder_scan_status."\n"); echo("rtp_folder_scan:status ".$setting_rtp_folder_scan_status."\n");