tbrehm
2012-02-03 5a43e7a2ea0cf7af35c100cb67e4a53566cbc496
interface/web/domain/domain_del.php
@@ -48,15 +48,15 @@
$app->uses('tpl,tform,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 {
   function onBeforeDelete() {
      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
       */