Procedural File: collapse.php
Source Location: /templates/tree/collapse.php
Page Details:
This script alters the session variable 'tree', collapsing it at the dn specified in the query string.
Variables that come in as GET vars: - dn (rawurlencoded)
- server_id
Note: this script is equal and opposite to expand.php
Tags:
Includes:
include_once('../../lib/security.inc') [line 48]
security functions
include_once('../../lib/tree.inc') [line 50]
tree functions
include_once('../../lib/config.inc') [line 52]
access to configuration
include_once('../../lib/ldap.inc') [line 54]
LDAP functions
|