Skip to content

Commit

Permalink
Added further recursion on the config_local.php include statement in …
Browse files Browse the repository at this point in the history
…case we are inside of a plugin folder.

git-svn-id: http://opendocman.svn.sourceforge.net/svnroot/opendocman/opendocman/trunk@749 769e0422-6c0b-0410-966c-d94082ee0ac6
  • Loading branch information
logart committed Jan 2, 2011
1 parent 913da1a commit e2b994d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config-sample.php
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,10 @@
{
include('../config_local.php');
}
elseif (is_file('../../config_local.php'))
{
include('../../config_local.php');
}


// Set the revision directory. (relative to $dataDir)
Expand Down

0 comments on commit e2b994d

Please sign in to comment.