tbrehm
2013-05-27 15e982543e1d25832ad5f47b07f1564b54d3fd7a
interface/web/vm/openvz_action.php
@@ -11,7 +11,7 @@
$app->auth->check_module_permissions('vm');
$action = (isset($_POST['action']) && $_POST['action'] != '')?$_POST['action']:'show';
$vm_id = intval($_REQUEST['id']);
$vm_id = $app->functions->intval($_REQUEST['id']);
$error_msg = '';
$notify_msg = '';