Disable php_uname() warning

This commit is contained in:
Ben RUBSON 2018-11-27 23:04:19 +01:00 committed by fguillot
parent 6099567fa5
commit ebf8c5f839
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
</li>
<li>
<?= t('OS version:') ?>
<strong><?= php_uname('s').' '.php_uname('r') ?></strong>
<strong><?= @php_uname('s').' '.@php_uname('r') ?></strong>
</li>
<li>
<?= t('Database driver:') ?>