summaryrefslogtreecommitdiffstats
path: root/recovery.php-disabled
diff options
context:
space:
mode:
authorimoore76 <imoore76@yahoo.com>2015-08-02 17:50:52 -0400
committerimoore76 <imoore76@yahoo.com>2015-08-02 17:50:52 -0400
commit956c1c3a6b3f562ab40e654006fa35b8169d7a06 (patch)
tree26d81cb81f3bde86b044608bc644d6f8181751bd /recovery.php-disabled
parent1a1b09b6824ef72e656a3893f800adb4ffeba0e9 (diff)
parentd0e78135f649498f047fe0dc096688e9e053411c (diff)
downloadphpvirtualbox-956c1c3a6b3f562ab40e654006fa35b8169d7a06.zip
phpvirtualbox-956c1c3a6b3f562ab40e654006fa35b8169d7a06.tar.gz
phpvirtualbox-956c1c3a6b3f562ab40e654006fa35b8169d7a06.tar.bz2
Merge pull request #1 from ngpitt/master
Fixed bug in api.php change password and corrected the lib path in recovery.php
Diffstat (limited to 'recovery.php-disabled')
-rw-r--r--recovery.php-disabled6
1 files changed, 3 insertions, 3 deletions
diff --git a/recovery.php-disabled b/recovery.php-disabled
index 3790a84..a516059 100644
--- a/recovery.php-disabled
+++ b/recovery.php-disabled
@@ -18,9 +18,9 @@ header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
header("Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0");
header("Pragma: no-cache");
-require_once(dirname(__FILE__).'/lib/config.php');
-require_once(dirname(__FILE__).'/lib/utils.php');
-require_once(dirname(__FILE__).'/lib/vboxconnector.php');
+require_once(dirname(__FILE__).'/endpoints/lib/config.php');
+require_once(dirname(__FILE__).'/endpoints/lib/utils.php');
+require_once(dirname(__FILE__).'/endpoints/lib/vboxconnector.php');
/*