Marius Cramer
2013-11-14 b1a6a5a3991cec5cd08873b01376e45d0b247f18
interface/web/vm/openvz_action.php
@@ -4,8 +4,8 @@
All rights reserved.
*/
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('vm');
@@ -29,7 +29,7 @@
   
//* load language file 
$lng_file = 'lib/lang/'.$_SESSION['s']['language'].'_openvz_action.lng';
include_once($lng_file);
include_once $lng_file;
$app->tpl->setVar($wb);
   
$app->tpl->setVar('id',$vm_id);