Request params empty
rmdhfz opened this issue · 0 comments
rmdhfz commented
This my code :
public function LoginProxmox(){
$proxmox = new Proxmox\Request;
$configure = [
'hostname' => '192.168.*.*',
'username' => '******',
'password' => '******'
];
$login = $proxmox->Login($configure);
print_r($login);
}
note: assuming my proxmox is on the local network