Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guilherme Filippo
ISPConfig 3
Commits
a7023775
Commit
a7023775
authored
Dec 22, 2008
by
fantu
Browse files
temp fix
parent
1bb82f5e
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/lib/classes/tform.inc.php
View file @
a7023775
...
...
@@ -130,6 +130,7 @@ class tform {
$this
->
module
=
$module
;
$wb
=
array
();
include_once
(
ISPC_ROOT_PATH
.
'/lib/lang/'
.
$_SESSION
[
's'
][
'language'
]
.
'.lng'
);
if
(
$module
==
''
)
{
$lng_file
=
"lib/lang/"
.
$_SESSION
[
"s"
][
"language"
]
.
"_"
.
$this
->
formDef
[
"name"
]
.
".lng"
;
if
(
!
file_exists
(
$lng_file
))
$lng_file
=
"lib/lang/en_"
.
$this
->
formDef
[
"name"
]
.
".lng"
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment