12 lines
164 B
PHP
Raw Normal View History

2022-09-10 16:08:10 +07:00
<?php
/**
* PHP Mikrotik Billing (https://ibnux.github.io/phpmixbill/)
**/
class Lang {
public static function T($var) {
return Lang($var);
}
}