Changeset 973 for trunk/Application/Core.php
- Timestamp:
- Jun 30, 2025, 11:22:35 AM (4 months ago)
- File:
- 
      - 1 edited
 
 - 
          
  trunk/Application/Core.php (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/Application/Core.phpr951 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.
  
