Rewrite of the authentication and authorization system
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
)) ?>
|
||||
|
||||
<div id="calendar"
|
||||
data-save-url="<?= $this->url->href('calendar', 'save') ?>"
|
||||
data-save-url="<?= $this->url->href('calendar', 'save', array('project_id' => $project['id'])) ?>"
|
||||
data-check-url="<?= $this->url->href('calendar', 'project', array('project_id' => $project['id'])) ?>"
|
||||
data-check-interval="<?= $check_interval ?>"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user