Ignore:
Timestamp:
Jul 17, 2024, 10:48:28 PM (2 months ago)
Author:
chronos
Message:
  • Modified: Service internet speed min and max used as contracted speeds. Real speed will be calculated with bonus speed and further queues calculations.
  • Added: Bonus internet speed service field.
  • Modified: Few PHP 8.3 fixes.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Packages/Common/Page.php

    r912 r970  
    77  public string $ParentClass;
    88  public bool $RawPage;
     9  public bool $BasicHTML;
    910  public $OnSystemMessage;
    1011  public string $Load;
     
    1516    parent::__construct($System);
    1617    $this->RawPage = false;
     18    $this->BasicHTML = false;
    1719    $this->OnSystemMessage = array();
    1820    $this->Title = "";
Note: See TracChangeset for help on using the changeset viewer.