mirror of
https://github.com/vrana/adminer.git
synced 2025-11-17 18:40:40 +01:00
5 lines
44 B
PHP
5 lines
44 B
PHP
|
|
<?php
|
||
|
|
function lang($idf) {
|
||
|
|
return $idf;
|
||
|
|
}
|