mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-28 13:58:24 +02:00
Lang class
This commit is contained in:
parent
a7fd02df12
commit
9154c10c45
2 changed files with 11 additions and 6 deletions
11
system/autoload/Lang.php
Normal file
11
system/autoload/Lang.php
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
/**
|
||||||
|
* PHP Mikrotik Billing (https://ibnux.github.io/phpmixbill/)
|
||||||
|
**/
|
||||||
|
|
||||||
|
class Lang {
|
||||||
|
public static function T($var) {
|
||||||
|
return Lang($var);
|
||||||
|
}
|
||||||
|
}
|
|
@ -47,12 +47,6 @@ function _get($param, $defvalue = '')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
class Lang {
|
|
||||||
public static function T($var) {
|
|
||||||
return Lang($var);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
require('system/orm.php');
|
require('system/orm.php');
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue