Mockup is done.

Todo: change interface and class to add parameters (user, uid, pass) to be
more generic, and the job is almost done :-)
This commit is contained in:
François Serman 2013-04-12 22:24:38 +00:00
parent 83a6eae4bc
commit 962483220f
1 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,8 @@ getFields($fields);
if (in_array($action, array('start', 'stop', 'monit')))
{
call_user_func(array($lxc, $action));
$res = call_user_func(array($lxc, $action));
var_dump ($res);
}
?>