mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Fixed SSH to host response of events. Tiquet: #2792
This commit is contained in:
parent
67ee2232cb
commit
9f1a301109
@ -165,6 +165,7 @@ if ($dialogue_event_response) {
|
||||
echo "</div>";
|
||||
break;
|
||||
case 'url':
|
||||
$command = str_replace("localhost",$_SERVER['SERVER_NAME'],$command);
|
||||
echo "<iframe src='$command' id='divframe' style='width:100%;height:90%;'></iframe>";
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user