2022-10-16 14:50:24 +07:00

12 lines
174 B
PHP

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