For you, fser.

This commit is contained in:
Alan Garcia 2013-04-21 09:54:42 +00:00
parent 031641f9d0
commit 9fa3922c86
1 changed files with 1 additions and 3 deletions

View File

@ -93,9 +93,7 @@ class m_lxc implements vm
public function stop()
{
global $mem;
echo '<pre>';
var_dump($mem);
echo '</pre>';
printvar($mem);
echo "lxc::stop";
}