File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 392392 < ?php if($_SESSION['WEB_SYSTEM'] == 'nginx'){?>
393393 < tr >
394394 < td class ="vst-text ">
395- < label > < input type ="checkbox " size ="20 " class ="vst-checkbox " name ="v_nginx_cache_check " < ?php if (!empty( $v_nginx_cache) ) echo "checked=yes" ?> onclick="javascript:elementHideShow('v_nginx_duration');"> < ?php print _('Enable FastCGI Cache'); ?> < a href ="https://docs.hestiacp.com/admin_docs/nginx_caching.html " target ="_blank "> < i class ="fas fa-question-circle "> </ i > </ a > </ label >
395+ < label > < input type ="checkbox " size ="20 " class ="vst-checkbox " name ="v_nginx_cache_check " < ?php if ($v_nginx_cache == 'yes' ) echo "checked=yes" ?> onclick="javascript:elementHideShow('v_nginx_duration');"> < ?php print _('Enable FastCGI Cache'); ?> < a href ="https://docs.hestiacp.com/admin_docs/nginx_caching.html " target ="_blank "> < i class ="fas fa-question-circle "> </ i > </ a > </ label >
396396 </ td >
397397 </ tr >
398398 < tr >
You can’t perform that action at this time.
0 commit comments