mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-03 09:45:03 +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) {
|
||||
return Lang($var);
|
||||
}
|
||||
|
||||
public static function htmlspecialchars($var) {
|
||||
return htmlspecialchars($var);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue