Ignore:
Timestamp:
Jun 30, 2025, 11:22:35 AM (24 hours ago)
Author:
chronos
Message:
  • Fixed: RouterOS doesn't always have wireless package to get wireless clients signal levels.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Application/Core.php

    r951 r973  
    149149    if (isset($this->Config['Web']['RootFolder']))
    150150      $this->RootURLFolder = $this->Config['Web']['RootFolder'];
    151     $this->FormManager->Root = $this->RootURLFolder;
     151    $this->FormManager->RootURL = $this->RootURLFolder;
    152152
    153153    $this->RegisterPageBar('Top');
Note: See TracChangeset for help on using the changeset viewer.