Use mtethos Post instead of get

This commit is contained in:
Florian Henry 2013-11-20 00:46:04 +01:00
parent cc43fac0aa
commit 0fe870395f

View File

@ -102,7 +102,7 @@ if ($result)
$num = $db->num_rows($result);
$i = 0;
print '<form method="GET" id="searchFormList" action="'.$_SERVER["PHP_SELF"].'">'."\n";
print '<form method="POST" id="searchFormList" action="'.$_SERVER["PHP_SELF"].'">'."\n";
$param="search_user=$search_user&amp;sall=$sall";
print '<table class="noborder" width="100%">';