Go to the documentation of this file. 31 if (isset($_SERVER[
'CONFIG_DIR'])) {
32 define(
"CONFIG_DIR", $_SERVER[
'CONFIG_DIR']);
39 if (isset($_SERVER[
'CONFIG_FILE'])) {
40 define(
"CONFIG_FILE", $_SERVER[
'CONFIG_FILE']);
46 define(
"PHP_DIR",
"/usr/share/php");
51 define(
"PEAR_DIR",
"/usr/share/php");
56 define(
"FPDF",
"/usr/share/php/fpdf/fpdf.php");
61 define(
"FPDF_FONTPATH",
"/usr/share/php/fpdf/font/");
66 define(
"FD_VERSION",
"1.5");
71 define(
"CONFIGRDN",
"cn=config,ou=fusiondirectory,");
76 define(
'PHP_MIN_VERSION',
'7.3.0');
81 define(
'PHP_ERROR_FATAL',
'FALSE');
84 define(
'DEBUG_TRACE', 1);
85 define(
'DEBUG_LDAP', 2);
86 define(
'DEBUG_DB', 4);
87 define(
'DEBUG_SHELL', 8);
88 define(
'DEBUG_POST', 16);
89 define(
'DEBUG_SESSION', 32);
90 define(
'DEBUG_CONFIG', 64);
91 define(
'DEBUG_ACL', 128);
92 define(
'DEBUG_SI', 256);
93 define(
'DEBUG_MAIL', 512);
94 define(
'DEBUG_FAI', 1024);
97 define(
'LDAP_READ', 1);
98 define(
'LDAP_ADD', 2);
99 define(
'LDAP_MOD', 3);
100 define(
'LDAP_DEL', 4);
101 define(
'LDAP_SEARCH', 5);
102 define(
'LDAP_AUTH', 6);