Changeset 973 for trunk/Application/Core.php
- Timestamp:
- Jun 30, 2025, 11:22:35 AM (24 hours ago)
- File:
-
- 1 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');
Note:
See TracChangeset
for help on using the changeset viewer.