mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 00:54:49 +02:00
Checking of remote file-types during import and other cleanup.
This commit is contained in:
@@ -271,7 +271,7 @@ class comment
|
||||
$text = "\n<div{$indent}>\n".e107::getMessage()->render('postcomment', true, false);//temporary here
|
||||
|
||||
// $text .= "Indent = ".$indent;
|
||||
$text .= "<form id='{$formid}' method='post' action='".str_replace('http:', '', $_SERVER['REQUEST_URI'])."' >";
|
||||
$text .= "<form id='{$formid}' method='post' action='".str_replace('http:', '', e_REQUEST_URI)."' >";
|
||||
|
||||
$data = array(
|
||||
'action' => $action,
|
||||
|
Reference in New Issue
Block a user