|
@@ -394,6 +394,10 @@ class Database
|
|
|
if ($search) {
|
|
|
$info['parent'] .= '&' . http_build_query($search);
|
|
|
}
|
|
|
+ $send = Dever::preInput('send_');
|
|
|
+ if ($send) {
|
|
|
+ $info['parent'] .= '&' . http_build_query($send);
|
|
|
+ }
|
|
|
$top = Dever::preInput('top_');
|
|
|
if ($top) {
|
|
|
$top_query = http_build_query($top);
|