Skip to content

Commit

Permalink
Merge pull request #68 from XboxLeaders/develop
Browse files Browse the repository at this point in the history
! Fixed path issue
  • Loading branch information
Jason Clemons committed Mar 10, 2014
2 parents c17f319 + 4e8ab6d commit ceafd49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions includes/bootloader.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
/*!
* Define some log file locations.
*/
define('COOKIE_FILE', '../includes/cookies/' . XBOX_EMAIL . '.jar');
define('DEBUG_FILE', '../includes/logs/debug.log');
define('STACK_TRACE_FILE', '../includes/logs/stack_trace.log');
define('COOKIE_FILE', 'includes/cookies/' . XBOX_EMAIL . '.jar');
define('DEBUG_FILE', 'includes/logs/debug.log');
define('STACK_TRACE_FILE', 'includes/logs/stack_trace.log');

/*!
* Initiate the caching engine.
Expand Down

0 comments on commit ceafd49

Please sign in to comment.