mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-02-26 00:18:43 +08:00
11 lines
164 B
PHP
11 lines
164 B
PHP
<?php
|
|
|
|
/**
|
|
* PHP Mikrotik Billing (https://ibnux.github.io/phpnuxbill/)
|
|
**/
|
|
|
|
class Lang {
|
|
public static function T($var) {
|
|
return Lang($var);
|
|
}
|
|
}
|