diff options
Diffstat (limited to 'recovery.php-disabled')
-rw-r--r-- | recovery.php-disabled | 6 |
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');
/*
|