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