Server IP : 184.154.167.98 / Your IP : 3.145.152.168 Web Server : Apache System : Linux pink.dnsnetservice.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 User : puertode ( 1767) PHP Version : 7.2.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/puertode/public_html/contratos/apps/gallery/templates/ |
Upload File : |
<?php /** * @var $_ array */ /** * @var $l \OCP\IL10N */ style( $_['appName'], [ 'error' ] ); ?> <ul> <li class="error error-broken-link"> <p><?php p($l->t("Sorry, this link doesn't seem to work anymore.")) ?></p> <p><?php p($l->t('Reasons might be:')); ?></p> <ul> <li><?php p($l->t('the item was removed')); ?></li> <li><?php p($l->t('the link has expired')); ?></li> <li><?php p($l->t('sharing is disabled')); ?></li> </ul> <?php if (isset($_['message'])): ?> </br> <p><?php p($l->t('Here is the error message returned by the server: ')); ?> <strong><?php p($_['message'] . ' (' . $_['code'] . ')'); ?></strong></p> <?php endif; ?> </br> <p><?php p( $l->t('For more information, please ask the person who has sent you this link.') ); ?></p> </li> </ul>