Skip to content

Commit

Permalink
Merge pull request #46 from XboxLeaders/develop
Browse files Browse the repository at this point in the history
Path fix
  • Loading branch information
Jason Clemons committed Dec 9, 2013
2 parents 01dbc85 + a7eb39e commit 2c39372
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion api/achievements.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion api/friends.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion api/games.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion api/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion api/profile.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion api/search.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 2c39372

Please sign in to comment.