--- misc/xenconsole/action.php 2013/11/07 08:14:34 2068 +++ misc/xenconsole/action.php 2013/11/07 21:27:15 2069 @@ -28,6 +28,15 @@ if ($action == "hardshutdown") { $xenserver->VM__hard_shutdown($vmref); } + + + if ($action == "reboot") { + $xenserver->VM__clean_reboot($vmref); + } + if ($action == "hardreboot") { + $xenserver->VM__hard_reboot($vmref); + } + if ($action == "setMemory") { $val = $_GET["val"]; if ($val == "") {