Go to the source code of this file.
Enumerations | |
enum | MYSQL_USERNAME |
enum | MYSQL_PASSWORD |
enum | MYSQL_DATABASE |
enum | MYSQL_DATABASE_PREFIX |
enum | ADMIN_USERID |
enum | LANGUAGE |
enum | MAILPATH |
Variables | |
if(!defined('__PRAGYAN_CMS')) | $configFileText |
$error_level = $error_level | |
$authmethods ['imap']['status'] = $AUTH_IMAP_STATUS | |
$authmethods ['imap']['server_address'] = "$AUTH_IMAP_SERVER" | |
$authmethods ['imap']['port'] = "$AUTH_IMAP_PORT" | |
$authmethods ['imap']['user_domain'] = "$AUTH_IMAP_DOMAIN" | |
$authmethods ['ldap']['status'] = $AUTH_LDAP_STATUS | |
$authmethods ['ldap']['server_address'] = "$AUTH_LDAP_SERVER" | |
$authmethods ['ldap']['search_group'] = "$AUTH_LDAP_SEARCHGROUP" | |
$authmethods ['ldap']['user_domain'] = "$AUTH_LDAP_DOMAIN" | |
$authmethods ['ads']['status'] = $AUTH_ADS_STATUS | |
$authmethods ['ads']['server_address'] = "$AUTH_ADS_SERVER" | |
$authmethods ['ads']['network_name'] = "$AUTH_ADS_NETWORK" | |
$authmethods ['ads']['user_domain'] = "$AUTH_ADS_DOMAIN" | |
if(!defined('CMS_SETUP')) | $database = "$MYSQL_DATABASE" |
$mysql_user = "$MYSQL_USERNAME" | |
$mysql_password = "$MYSQL_PASSWORD" | |
$mysql_host = "$MYSQL_SERVER" | |
$mysql_table_prefix = "" | |
$success = mysql_pconnect (\$mysql_host, \$mysql_user, \$mysql_password) | |
if(!\$success) die("<b>Cannot connect to database check if | username |
enum ADMIN_USERID |
Definition at line 45 of file config.inc-dist.php.
enum LANGUAGE |
Definition at line 70 of file config.inc-dist.php.
enum MAILPATH |
Definition at line 74 of file config.inc-dist.php.
enum MYSQL_DATABASE |
Definition at line 38 of file config.inc-dist.php.
Definition at line 42 of file config.inc-dist.php.
enum MYSQL_PASSWORD |
Definition at line 35 of file config.inc-dist.php.
enum MYSQL_USERNAME |
Definition at line 32 of file config.inc-dist.php.
$authmethods['imap']['status'] = $AUTH_IMAP_STATUS |
Definition at line 81 of file config.inc-dist.php.
$authmethods['imap']['server_address'] = "$AUTH_IMAP_SERVER" |
Definition at line 82 of file config.inc-dist.php.
$authmethods['ldap']['server_address'] = "$AUTH_LDAP_SERVER" |
Definition at line 87 of file config.inc-dist.php.
$authmethods['ldap']['search_group'] = "$AUTH_LDAP_SEARCHGROUP" |
Definition at line 88 of file config.inc-dist.php.
$authmethods['imap']['port'] = "$AUTH_IMAP_PORT" |
Definition at line 83 of file config.inc-dist.php.
$authmethods['ldap']['user_domain'] = "$AUTH_LDAP_DOMAIN" |
Definition at line 89 of file config.inc-dist.php.
$authmethods['ads']['status'] = $AUTH_ADS_STATUS |
Definition at line 91 of file config.inc-dist.php.
$authmethods['imap']['user_domain'] = "$AUTH_IMAP_DOMAIN" |
Definition at line 84 of file config.inc-dist.php.
$authmethods['ads']['user_domain'] = "$AUTH_ADS_DOMAIN" |
Definition at line 94 of file config.inc-dist.php.
$authmethods['ads']['server_address'] = "$AUTH_ADS_SERVER" |
Definition at line 92 of file config.inc-dist.php.
$authmethods['ads']['network_name'] = "$AUTH_ADS_NETWORK" |
Definition at line 93 of file config.inc-dist.php.
$authmethods['ldap']['status'] = $AUTH_LDAP_STATUS |
Definition at line 86 of file config.inc-dist.php.
if (!defined('__PRAGYAN_CMS')) $configFileText |
<<<CONFIGFILETEXT <?php define("MYSQL_SERVER","$MYSQL_SERVER")
Definition at line 18 of file config.inc-dist.php.
Definition at line 143 of file config.inc-dist.php.
$error_level = $error_level |
Error reporting level - 0 - Turn off all error reporting 1 - Report simple running errors 2 - Reporting E_NOTICE can be good too (to report uninitialized variables or catch variable name misspellings ...) 3 - Report all errors except E_NOTICE, This is the default value set in php.ini 4 - Report all PHP errors (bitwise 63 may be used in PHP 3) 5 - Report all PHP errors (bitwise 63 may be used in PHP 3) + Pragyan CMS Debugging Mode
Definition at line 57 of file config.inc-dist.php.
$mysql_host = "$MYSQL_SERVER" |
Definition at line 146 of file config.inc-dist.php.
$mysql_password = "$MYSQL_PASSWORD" |
Definition at line 145 of file config.inc-dist.php.
$mysql_table_prefix = "" |
Definition at line 147 of file config.inc-dist.php.
$mysql_user = "$MYSQL_USERNAME" |
Definition at line 144 of file config.inc-dist.php.
if (!\$success) die("<b>Cannot connect to database check if password and host are correct</b> $success = mysql_pconnect (\$mysql_host, \$mysql_user, \$mysql_password) |
Definition at line 151 of file config.inc-dist.php.
Definition at line 152 of file config.inc-dist.php.