We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 200f508 commit ecf0637Copy full SHA for ecf0637
web/templates/admin/add_user.html
@@ -105,6 +105,10 @@
105
echo "\n\t\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"".$key."\"";
106
if ((!empty($v_package)) && ( $key == $_POST['v_package'])){
107
echo 'selected' ;
108
+ } else {
109
+ if ( $key == 'default'){
110
+ echo 'selected' ;
111
+ }
112
}
113
echo ">".$key."</option>\n";
114
0 commit comments