From a7eb39eac92c0022930b59b87038f5ae52d1968b Mon Sep 17 00:00:00 2001 From: Jason Clemons Date: Sun, 8 Dec 2013 22:59:11 -0500 Subject: [PATCH] Path fix Signed-off-by: Jason Clemons --- api/achievements.php | 2 +- api/friends.php | 2 +- api/games.php | 2 +- api/index.php | 2 +- api/profile.php | 2 +- api/search.php | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/api/achievements.php b/api/achievements.php index b780261..742b452 100644 --- a/api/achievements.php +++ b/api/achievements.php @@ -11,7 +11,7 @@ * @license http://opensource.org/licenses/mit-license.php The MIT License * *******************************************************************************/ -include('../includes/bootloader.php'); +include('includes/bootloader.php'); include('includes/kernel.php'); $api->output_headers(); diff --git a/api/friends.php b/api/friends.php index 33b40e5..9616a23 100644 --- a/api/friends.php +++ b/api/friends.php @@ -11,7 +11,7 @@ * @license http://opensource.org/licenses/mit-license.php The MIT License * *******************************************************************************/ -include('../includes/bootloader.php'); +include('includes/bootloader.php'); include('includes/kernel.php'); $api->output_headers(); diff --git a/api/games.php b/api/games.php index b9eac37..d865db4 100644 --- a/api/games.php +++ b/api/games.php @@ -11,7 +11,7 @@ * @license http://opensource.org/licenses/mit-license.php The MIT License * *******************************************************************************/ -include('../includes/bootloader.php'); +include('includes/bootloader.php'); include('includes/kernel.php'); $api->output_headers(); diff --git a/api/index.php b/api/index.php index 11d579c..c3bec4b 100644 --- a/api/index.php +++ b/api/index.php @@ -11,7 +11,7 @@ * @license http://opensource.org/licenses/mit-license.php The MIT License * *******************************************************************************/ -include('../includes/bootloader.php'); +include('includes/bootloader.php'); include('includes/kernel.php'); $api->output_headers(); diff --git a/api/profile.php b/api/profile.php index 8603059..4ab3dec 100644 --- a/api/profile.php +++ b/api/profile.php @@ -11,7 +11,7 @@ * @license http://opensource.org/licenses/mit-license.php The MIT License * *******************************************************************************/ -include('../includes/bootloader.php'); +include('includes/bootloader.php'); include('includes/kernel.php'); $api->output_headers(); diff --git a/api/search.php b/api/search.php index 8184036..6889919 100644 --- a/api/search.php +++ b/api/search.php @@ -11,7 +11,7 @@ * @license http://opensource.org/licenses/mit-license.php The MIT License * *******************************************************************************/ -include('../includes/bootloader.php'); +include('includes/bootloader.php'); include('includes/kernel.php'); $api->output_headers();