Changeset 970 for trunk/Packages
- Timestamp:
- Jul 17, 2024, 10:48:28 PM (5 months ago)
- Location:
- trunk/Packages/Common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Packages/Common/Page.php
r912 r970 7 7 public string $ParentClass; 8 8 public bool $RawPage; 9 public bool $BasicHTML; 9 10 public $OnSystemMessage; 10 11 public string $Load; … … 15 16 parent::__construct($System); 16 17 $this->RawPage = false; 18 $this->BasicHTML = false; 17 19 $this->OnSystemMessage = array(); 18 20 $this->Title = ""; -
trunk/Packages/Common/UTF8.php
r946 r970 33 33 class Encoding 34 34 { 35 public array $CharTable; 36 35 37 function __construct() 36 38 {
Note:
See TracChangeset
for help on using the changeset viewer.