diff options
-rw-r--r-- | app/Template/config/about.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/config/about.php b/app/Template/config/about.php index 3f2705f2..29063841 100644 --- a/app/Template/config/about.php +++ b/app/Template/config/about.php @@ -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:') ?> |