We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae3a8a0 commit 44954e9Copy full SHA for 44954e9
interface/web/domain/domain_del.php
@@ -48,15 +48,15 @@
48
$app->uses('tpl,tform,tform_actions');
49
$app->load('tform_actions');
50
51
-//* load language file
52
-$lng_file = 'lib/lang/'.$_SESSION['s']['language'].'.lng';
53
-include($lng_file);
54
-
55
class page_action extends tform_actions {
56
57
function onBeforeDelete() {
58
global $app; $conf;
59
+ //* load language file
+ $lng_file = 'lib/lang/'.$_SESSION['s']['language'].'.lng';
+ include($lng_file);
+
60
/*
61
* We can only delete domains if they are NOT in use
62
*/
0 commit comments