forked from kevinowino869/mitrobill
Lang class
This commit is contained in:
parent
a7fd02df12
commit
9154c10c45
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');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user