phpnuxbill/system/autoload/Lang.php

12 lines
174 B
PHP
Raw Normal View History

2022-09-10 17:08:10 +08:00
<?php
/**
2022-10-16 15:50:24 +08:00
* PHP Mikrotik Billing (https://github.com/hotspotbilling/phpnuxbill/)
2022-09-10 17:08:10 +08:00
**/
class Lang {
public static function T($var) {
return Lang($var);
}
}