* To reduce on errors, I moved the includes for config.php and strings.php
[squirrelmail.git] / functions / tree.php
index 01e318daf4566c547eccc2be3d9d0717bae86d00..cda8c8e361d6b5f570ed362f697d797265b3d3e7 100644 (file)
@@ -7,7 +7,6 @@
    define('tree_php', true);
 
    include('../functions/imap.php');
-   include('../config/config.php');
 
    // Recursive function to find the correct parent for a new node
    function findParentForChild($value, $treeIndexToStart, $tree) {