digitaldemocratic/docker/nextcloud/custom_apps/user_saml/templates/error.php

5 lines
98 B
PHP

<div class="error">
<h2><?php p($l->t('Error')) ?></h2>
<p><?php p($_['message']) ?></p>
</div>