Update client_settings.php

This commit is contained in:
jakani24
2024-06-07 08:31:03 +02:00
parent fdaf27b8ed
commit 34ff4daa82

View File

@@ -215,12 +215,12 @@ load_settings();
<label class="form-check-label" for="flexSwitchCheckDefault1">Check processes</label> <label class="form-check-label" for="flexSwitchCheckDefault1">Check processes</label>
</div> </div>
<div class="form-check form-switch"> <div class="form-check form-switch">
<?php if($setting_rtp_folder_scan_use_deepscan=="true") <?php if($setting_rtp_process_scan_use_deepscan=="true")
echo ("<input class=\"form-check-input\" type=\"checkbox\" role=\"switch\" id=\"setting_rtp_process_scan_use_deepscan\" onclick=\"update_switch('setting_rtp_process_scan_use_deepscan','setting_rtp_process_scan_use_deepscan')\" checked>"); echo ("<input class=\"form-check-input\" type=\"checkbox\" role=\"switch\" id=\"setting_rtp_process_scan_use_deepscan\" onclick=\"update_switch('setting_rtp_process_scan_use_deepscan','setting_rtp_process_scan_use_deepscan')\" checked>");
else else
echo ("<input class=\"form-check-input\" type=\"checkbox\" role=\"switch\" id=\"setting_rtp_process_scan_use_deepscan\" onclick=\"update_switch('setting_rtp_process_scan_use_deepscan','setting_rtp_process_scan_use_deepscan')\">"); echo ("<input class=\"form-check-input\" type=\"checkbox\" role=\"switch\" id=\"setting_rtp_process_scan_use_deepscan\" onclick=\"update_switch('setting_rtp_process_scan_use_deepscan','setting_rtp_process_scan_use_deepscan')\">");
?> ?>
<label class="form-check-label" for="setting_rtp_process_scan_use_deepscan">Check processes modifications with deepscan</label> <label class="form-check-label" for="setting_rtp_process_scan_use_deepscan">Check processes with deepscan</label>
</div> </div>
<br> <br>
<h7>Included folders for RTP folderscanner</h7> <h7>Included folders for RTP folderscanner</h7>