Skip to content

Commit b04df53

Browse files
committed
Update mobile.class.php
1 parent ee4cac4 commit b04df53

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

core/class/mobile.class.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,9 @@ public static function getConfigForCommunity()
4747
$res = '<br>```<br>';
4848
$res .= 'OS : ' . $distrib . ' on ' . $hw;
4949
$res .= ' - PHP : ' . phpversion();
50-
$res .= ' - Clé Api Mobile : '.config::byKey('api::mobile::mode').'<br>```';
51-
$res .= '<br/><br/>';
50+
$res .= '<br/>';
51+
$res .= 'Etat Clé Api : '.config::byKey('api::mobile::mode') . '<br>```';
52+
$res .= '<br/><br/>';
5253
$res .= '[details="Equipement(s)"]<br/>';
5354
$res .= '|Id | LogicalId | Type | App | defaultIdMobile | Profil | hideMenuGeoloc | hideMenuCustom|<br>';
5455
$res .= '|--- | --- | --- | --- | --- | --- | --- | ---|<br>';

0 commit comments

Comments
 (0)