X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=functions%2Ftree.php;h=f37c8422a7ee06dd3472177d9cf0b1b0bc9136f9;hb=6e189ce2d5f55a924286a193bdaa1978d82d5ea3;hp=01e318daf4566c547eccc2be3d9d0717bae86d00;hpb=f435778e5dabea883d6394d5ab43ae72d51dfd50;p=squirrelmail.git diff --git a/functions/tree.php b/functions/tree.php index 01e318da..f37c8422 100644 --- a/functions/tree.php +++ b/functions/tree.php @@ -6,8 +6,7 @@ return; define('tree_php', true); - include('../functions/imap.php'); - include('../config/config.php'); + require_once('../functions/imap.php'); // Recursive function to find the correct parent for a new node function findParentForChild($value, $treeIndexToStart, $tree) { @@ -127,4 +126,4 @@ echo $tree[$index]['value'] . '
'; } } -?> +?> \ No newline at end of file