mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 13:17:24 +02:00
more mod rewrite support
This commit is contained in:
@@ -43,7 +43,7 @@ class plugin_forum_post_shortcodes extends e_shortcode
|
|||||||
|
|
||||||
function sc_formstart()
|
function sc_formstart()
|
||||||
{
|
{
|
||||||
return "<form enctype='multipart/form-data' method='post' action='".e_SELF.'?'.e_QUERY."' id='dataform'>";
|
return "<form enctype='multipart/form-data' method='post' action='".e_REQUEST_URL."' id='dataform'>";
|
||||||
}
|
}
|
||||||
|
|
||||||
function sc_formend()
|
function sc_formend()
|
||||||
|
Reference in New Issue
Block a user