0000601: Action gestion : sécurité
This commit is contained in:
parent
9a11dd9b02
commit
d86a5d4a44
12 changed files with 530 additions and 302 deletions
|
|
@ -533,9 +533,9 @@ class HtmlInput
|
|||
*@see HtmlInput::request_to_string
|
||||
*@return html string with the string data
|
||||
*/
|
||||
static function get_to_string($array)
|
||||
static function get_to_string($array,$start="?")
|
||||
{
|
||||
$r=self::array_to_string($array,$_GET );
|
||||
$r=self::array_to_string($array,$_GET ,$start);
|
||||
return $r;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue