Skip to content

Commit

Permalink
correct detection of the install path
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeier committed Sep 30, 2011
1 parent acb7ff1 commit 75f0212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/inc/globals.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
$home = realpath(__DIR__.'/../../').'/';
$home = realpath( dirname(__FILE__).'/../../').'/';
define("DATA_PATH", $home.'data/');
define("CONFIG_PATH", DATA_PATH.'config/');
define("FILES_PATH", DATA_PATH.'www/');
Expand Down

0 comments on commit 75f0212

Please sign in to comment.