, so if I wanted to scroll to * dc=example,dc=com for server 3, the URL would be: * tree.php#3_dc%3Dexample%2Cdc%3Dcom * * @package lists * @subpackage tree * @author David Smith * @author Roland Gruber */ /** security functions */ include_once('../../lib/security.inc'); /** tree functions */ include_once('../../lib/tree.inc'); /** access to configuration */ include_once('../../lib/config.inc'); /** LDAP functions */ include_once('../../lib/ldap.inc'); // start session startSecureSession(); setlanguage(); // This allows us to display large sub-trees without running out of time. @set_time_limit( 0 ); // do we not have a tree and tree icons yet? Build a new one. initialize_session_tree(); // get the tree and tree icons. $tree = $_SESSION['tree']; $tree_icons = $_SESSION['tree_icons']; echo $_SESSION['header']; echo "