mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-11-15 03:24:48 +08:00
15 lines
479 B
PHP
15 lines
479 B
PHP
<?php
|
|
declare(strict_types=1);
|
|
/**
|
|
* @copyright (c) 2021 Azul <azul@riseup.net>
|
|
*
|
|
* @author Azul <azul@riseup.net>
|
|
*
|
|
* This file is licensed under the Affero General Public License version 3 or
|
|
* later. See the COPYING file.
|
|
*/
|
|
/** @var array $_ */ ?>
|
|
<div id="allinone" class="section">
|
|
<h2><?php p($l->t('Nextcloud All In One'));?></h2>
|
|
<a href="<?php p($_['AIOLoginUrl']);?>" class="button" target="_blank" rel="noopener">Open Nextcloud AIO Interface ↗</a>
|
|
</div>
|