Server IP : 184.154.167.98 / Your IP : 3.148.112.15 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 file could not be found.")) ?></p> <p><?php p($l->t('Reasons might be:')); ?></p> <ul> <li><?php p($l->t('the wrong file ID was provided')); ?></li> <li><?php p($l->t('the file was removed')); ?></li> <li><?php p($l->t('the file is corrupt')); ?></li> <li><?php p($l->t('the encryption key is missing')); ?></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 contact your friendly Nextcloud administrator.') ); ?></p> </li> </ul>