Moved the composer vendor folder to libraries and removed it from the admin/helpers folder. Improved the dynamic folder include concept.
This commit is contained in:
@ -1026,6 +1026,12 @@ class Infusion extends Interpretation
|
||||
// ###UNINSTALLSCRIPT###
|
||||
$this->fileContentStatic['###UNINSTALLSCRIPT###'] = $this->setUninstallScript();
|
||||
|
||||
// ###MOVEFOLDERSSCRIPT###
|
||||
$this->fileContentStatic['###MOVEFOLDERSSCRIPT###'] = $this->setMoveFolderScript();
|
||||
|
||||
// ###MOVEFOLDERSMETHOD###
|
||||
$this->fileContentStatic['###MOVEFOLDERSMETHOD###'] = $this->setMoveFolderMethod();
|
||||
|
||||
// ###HELPER_UIKIT###
|
||||
$this->fileContentStatic['###HELPER_UIKIT###'] = $this->setUikitHelperMethods();
|
||||
|
||||
|
Reference in New Issue
Block a user