Changeset 976 for trunk/Modules/NetworkTopology/NetworkTopology.php
- Timestamp:
- Jun 30, 2025, 3:24:41 PM (13 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/NetworkTopology/NetworkTopology.php
r912 r976 25 25 function ShowImage(): string 26 26 { 27 $this-> SimplePage = true;28 $this->FormatHTML = false;27 $this->RawPage = true; 28 Core::Cast($this->System)->BaseView->FormatHTML = false; 29 29 30 30 if (array_key_exists('debug', $_GET)) $debug = $_GET['debug'];
Note:
See TracChangeset
for help on using the changeset viewer.