We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 390d116 commit ad131a8Copy full SHA for ad131a8
1 file changed
interface/web/dashboard/dashlets/limits.php
@@ -141,6 +141,10 @@ public function show()
141
if (is_file($lng_file)) {
142
include $lng_file;
143
}
144
+ $lng_file = ISPC_ROOT_PATH . '/lib/lang/'.$_SESSION['s']['language'].'.lng';
145
+ if (is_file($lng_file)) {
146
+ include $lng_file;
147
+ }
148
$tpl->setVar($wb);
149
150
if ($app->auth->is_admin()) {
0 commit comments