Ignore:
Timestamp:
Jun 30, 2025, 3:24:41 PM (13 hours ago)
Author:
chronos
Message:
  • Fixed: Autocreate missing DocumentSequenceNumber records for new years.
  • Fixed: Wrong page index selection.
  • Fixed: RSS feed formatting variable reference.
  • Fixed: Do not parse RouterOS signal import if not connected to the remote host.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/NetworkTopology/NetworkTopology.php

    r912 r976  
    2525  function ShowImage(): string
    2626  {
    27     $this->SimplePage = true;
    28     $this->FormatHTML = false;
     27    $this->RawPage = true;
     28    Core::Cast($this->System)->BaseView->FormatHTML = false;
    2929
    3030    if (array_key_exists('debug', $_GET)) $debug = $_GET['debug'];
Note: See TracChangeset for help on using the changeset viewer.