Marius Cramer
2013-11-14 b1a6a5a3991cec5cd08873b01376e45d0b247f18
interface/web/client/domain_del.php
@@ -38,8 +38,8 @@
* End Form configuration
******************************************/
require_once('../../lib/config.inc.php');
require_once('../../lib/app.inc.php');
require_once '../../lib/config.inc.php';
require_once '../../lib/app.inc.php';
//* Check permissions for module
$app->auth->check_module_permissions('client');
@@ -55,7 +55,7 @@
      
      //* load language file
      $lng_file = 'lib/lang/'.$_SESSION['s']['language'].'.lng';
      include($lng_file);
      include $lng_file;
      
      /*
       * We can only delete domains if they are NOT in use
@@ -74,6 +74,7 @@
         $app->error($wb['error_domain_in webuse']);
      }
   }
}
$page = new page_action;