Incorrect paths in recovery.php
A web-based front-end to VirtualBox written in PHP
Brought to you by:
imoore76
In 5.0.0, recovery.php is currently broken. The issue is that the paths are incorrect for the various library files that are called within.
I had to edit the paths as such to get the recovery system to work.
Cchanged in recovery.php line 21-23:
require_once(dirname(FILE).'/endpoints/lib/config.php');
require_once(dirname(FILE).'/endpoints/lib/utils.php');
require_once(dirname(FILE).'/endpoints/lib/vboxconnector.php');
Saw this was committed already on github. Disregard.
https://github.com/imoore76/phpvirtualbox/commit/d0e78135f649498f047fe0dc096688e9e053411c
Resolved in 5.0-1