phpnuxbill/system/autoload/Lang.php
2022-10-16 14:48:21 +07:00

12 lines
164 B
PHP

<?php
/**
* PHP Mikrotik Billing (https://ibnux.github.io/phpnuxbill/)
**/
class Lang {
public static function T($var) {
return Lang($var);
}
}