add new lang text

This commit is contained in:
Ibnu Maksum 2023-03-06 14:51:05 +07:00
parent 1315621259
commit 26be14bf0e
No known key found for this signature in database
GPG Key ID: 7FC82848810579E5

View File

@ -8,4 +8,8 @@ class Lang {
public static function T($var) {
return Lang($var);
}
public static function htmlspecialchars($var) {
return htmlspecialchars($var);
}
}