mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-19 00:59:23 +02:00
add new lang text
This commit is contained in:
parent
1315621259
commit
26be14bf0e
1 changed files with 4 additions and 0 deletions
|
@ -8,4 +8,8 @@ class Lang {
|
||||||
public static function T($var) {
|
public static function T($var) {
|
||||||
return Lang($var);
|
return Lang($var);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static function htmlspecialchars($var) {
|
||||||
|
return htmlspecialchars($var);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue