This commit is contained in:
CHIEFSOFT\ameye
2023-09-29 05:59:13 -04:00
parent 33791d0762
commit cb3f58b780
4 changed files with 524 additions and 1 deletions
+5
View File
@@ -65,6 +65,10 @@ class ResultFormatter extends Model
}
return $banner_str;
}
private function taskFileLink(){
return 'file_link_will_be_here';
}
public function fixtags($text){
$text = htmlspecialchars($text);
$text = preg_replace("/=/", "=\"\"", $text);
@@ -371,6 +375,7 @@ class ResultFormatter extends Model
"msg_firstname" => $out["msg_firstname_${key}"],
"msg_id" => $out["msg_id_${key}"],
"msg_type" => $out["msg_type_${key}"],
"file_link" => $this->taskFileLink(),
"who" => $out["who_${key}"],
"msg_uid" => $out["msg_uid_${key}"],
);