Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Яков
idivbanu
48680c563a9304320fa98f5720469e1d9455b347
48680c563a9304320fa98f5720469e1d9455b347
Switch branch/tag
idivbanu
apps
arm
modules
user
templates
_username.php
Find file
Normal view
History
Permalink
_username.php
84 Bytes
Edit
Web IDE
Newer
Older
first
Яков
committed
May 29, 2018
1
2
3
4
5
6
7
8
<?php
$inn
=
$user
->
getUsername
();
if
(
empty
(
$inn
))
{
$inn
=
''
;
}
echo
$inn
;
?>