Revision 67bf8a30
src/etc/inc/config.lib.inc | ||
---|---|---|
26 | 26 |
* limitations under the License. |
27 | 27 |
*/ |
28 | 28 |
|
29 |
require_once("xmlparse.inc"); |
|
29 | 30 |
require_once('util.inc'); |
30 | 31 |
|
31 | 32 |
/****f* config/encrypted_configxml |
Also available in: Unified diff
Source xml parsing functions in config.lib.inc
config.lib.inc may be sourced without the xml parsing functions being
available first. For example, from auth.inc(31) and config.inc(40).