Skip to content

Commit

Permalink
Dev Fixed translations
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Feb 8, 2018
1 parent 6cbf9c6 commit c7781b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/admin/super/footer.php
Expand Up @@ -10,7 +10,7 @@
gT('PHP version') => phpversion(),
gT('Web server name') => $_SERVER['SERVER_NAME'],
gT('Web server software') => $_SERVER['SERVER_SOFTWARE'],
gT('Webserver info') => isset($_SERVER['SERVER_SIGNATURE']) ? $_SERVER['SERVER_SIGNATURE'] : $_SERVER['SERVER_PROTOCOL'],
gT('Web server info') => isset($_SERVER['SERVER_SIGNATURE']) ? $_SERVER['SERVER_SIGNATURE'] : $_SERVER['SERVER_PROTOCOL'],
gT('Database driver') => Yii::app()->db->driverName,
gT('Database driver version') => Yii::app()->db->clientVersion,
gT('Database server info') => Yii::app()->db->serverInfo,
Expand Down

0 comments on commit c7781b5

Please sign in to comment.