[Home]WikiBugs/NotScriptLinkCharInGetFormStart

UseModWiki | WikiBugs | RecentChanges | Preferences

sub GetFormStart {
  - return $q->startform("POST", "$ScriptName",
  + return $q->startform("POST", "$ScriptName" . &ScriptLinkChar(),  
                       "application/x-www-form-urlencoded");
}
In other Forms:
sub DoUpload {
...
 - print '<FORM METHOD="post" ACTION="' . $ScriptName
 + print '<FORM METHOD="post" ACTION="' . $ScriptName .  . &ScriptLinkChar(),  
        . '" ENCTYPE="multipart/form-data">';
--JuanmaMP

UseModWiki | WikiBugs | RecentChanges | Preferences
Edit text of this page | View other revisions | Search MetaWiki
Last edited December 8, 2009 7:50 pm by JuanmaMP (diff)
Search: