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
Zvonimir
ISPConfig 3
Commits
44954e9a
Commit
44954e9a
authored
May 02, 2010
by
vogelor
Browse files
fixed a bug with translation in domain-module
parent
ae3a8a06
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/web/domain/domain_del.php
View file @
44954e9a
...
@@ -48,15 +48,15 @@ $app->auth->check_module_permissions('domain');
...
@@ -48,15 +48,15 @@ $app->auth->check_module_permissions('domain');
$app
->
uses
(
'tpl,tform,tform_actions'
);
$app
->
uses
(
'tpl,tform,tform_actions'
);
$app
->
load
(
'tform_actions'
);
$app
->
load
(
'tform_actions'
);
//* load language file
$lng_file
=
'lib/lang/'
.
$_SESSION
[
's'
][
'language'
]
.
'.lng'
;
include
(
$lng_file
);
class
page_action
extends
tform_actions
{
class
page_action
extends
tform_actions
{
function
onBeforeDelete
()
{
function
onBeforeDelete
()
{
global
$app
;
$conf
;
global
$app
;
$conf
;
//* load language file
$lng_file
=
'lib/lang/'
.
$_SESSION
[
's'
][
'language'
]
.
'.lng'
;
include
(
$lng_file
);
/*
/*
* We can only delete domains if they are NOT in use
* We can only delete domains if they are NOT in use
*/
*/
...
...
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