Update client_settings.php
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user