This commit is contained in:
cgfhtw
2023-10-02 11:33:23 +02:00
parent 468d334530
commit 2a0a0a81f2
4 changed files with 17 additions and 18 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
?>
<div id="main">
<router-view active-addons="<?= defined('ACTIVE_ADDONS') ? ACTIVE_ADDONS : ''; ?>" cis-root="<?= CIS_ROOT; ?>"></router-view>
<router-view active-addons="<?= defined('ACTIVE_ADDONS') ? ACTIVE_ADDONS : ''; ?>" cis-root="<?= CIS_ROOT; ?>" :permissions="<?= htmlspecialchars(json_encode($permissions)); ?>"></router-view>
</div>
<?php $this->load->view('templates/FHC-Footer', $includesArray); ?>