Changeset 973 for trunk/Application
- Timestamp:
- Jun 30, 2025, 11:22:35 AM (5 days ago)
- Location:
- trunk/Application
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Application/Core.php
r951 r973 149 149 if (isset($this->Config['Web']['RootFolder'])) 150 150 $this->RootURLFolder = $this->Config['Web']['RootFolder']; 151 $this->FormManager->Root = $this->RootURLFolder;151 $this->FormManager->RootURL = $this->RootURLFolder; 152 152 153 153 $this->RegisterPageBar('Top'); -
trunk/Application/Version.php
r970 r973 1 1 <?php 2 2 3 $Revision = 97 0; // Subversion revision3 $Revision = 973; // Subversion revision 4 4 $DatabaseRevision = 970; // SQL structure revision 5 $ReleaseTime = strtotime('202 4-07-17');5 $ReleaseTime = strtotime('2025-06-30');
Note:
See TracChangeset
for help on using the changeset viewer.