added default value

This commit is contained in:
genuineparts 2025-06-24 21:39:14 +02:00
parent ba3287861f
commit 3f1708ea79

View file

@ -213,7 +213,7 @@ class panel {
}
}
function get_option($option,$name,$value) {
function get_option($option,$name,$value="") {
if($option=="yesno"){
$checked["yes"]="";