mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 05:44:08 -07:00
explict listing
This commit is contained in:
parent
988b30fb87
commit
d59de4c125
18 changed files with 196 additions and 13 deletions
|
@ -36,7 +36,7 @@ document.v_add_user.v_password.value = randomstring;
|
|||
<?php
|
||||
foreach ($data as $key => $value) {
|
||||
echo "\t\t\t\t<option value=\"".$key."\"";
|
||||
if ((!empty($v_package)) && ( $key == $_POST['package'])){
|
||||
if ((!empty($v_package)) && ( $key == $_POST['v_package'])){
|
||||
echo 'selected' ;
|
||||
}
|
||||
echo ">".$key."</option>\n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue