Initial commit

This commit is contained in:
2019-10-13 18:38:03 +02:00
commit 759eb88ef8
10124 changed files with 838037 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
<?php if (!empty($auth_url)): ?>
<p>
<?= e(trans('nicost.gcalendar::lang.settings.gaccess.text')) ?><br>
<a href="<?= $auth_url ?>" target="_blank"><?= e(trans('nicost.gcalendar::lang.settings.gaccess.button')) ?></a>
</p>
<?php endif ?>