Changeset 973 for trunk/Application


Ignore:
Timestamp:
Jun 30, 2025, 11:22:35 AM (5 days ago)
Author:
chronos
Message:
  • Fixed: RouterOS doesn't always have wireless package to get wireless clients signal levels.
Location:
trunk/Application
Files:
2 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');
  • trunk/Application/Version.php

    r970 r973  
    11<?php
    22
    3 $Revision = 970; // Subversion revision
     3$Revision = 973; // Subversion revision
    44$DatabaseRevision = 970; // SQL structure revision
    5 $ReleaseTime = strtotime('2024-07-17');
     5$ReleaseTime = strtotime('2025-06-30');
Note: See TracChangeset for help on using the changeset viewer.