Dotclear 2.24
|
Namespaces | |
namespace | Dotclear |
Authentication and user credentials management. | |
Variables | |
const | DC_VENDOR_NAME 'DB : dc2' |
const | DC_DBDRIVER \mysqli::class |
const | DC_DBHOST 'localhost' |
const | DC_DBUSER 'root' |
const | DC_DBPASSWORD 'root' |
const | DC_DBNAME 'dc2' |
const | DC_DBPREFIX 'dc_' |
const | DC_MASTER_KEY 'Le petit bonhomme en mousse' |
const | DC_ADMIN_MAILFROM 'contact+dotclear@open-time.net' |
if(getenv('DC_HTTPS')===false||getenv('DC_HTTPS')==='1') | else |
const | DC_ADMIN_SSL false |
const | DC_SESSION_NAME 'dcxd-dc2-git-std' |
const | DC_HTTP2 true |
const | DC_CRYPT_ALGO 'sha512' |
const | DC_PLUGINS_ROOT __DIR__ . '/../plugins' . PATH_SEPARATOR . __DIR__ . '/../../git-plugins' |
const | DC_TPL_CACHE __DIR__ . '/../cache' |
const | DC_VAR __DIR__ . '/../var' |
const | DC_DBPERSIST false |
const | DC_TRACE '/tmp/trace.txt' |
const | DC_SHOW_HIDDEN_DIRS false |
const | DC_ALLOW_REPOSITORIES true |
const | DC_QUERY_TIMEOUT 4 |
const | DC_SC_CACHE_ENABLE false |
const | DC_SC_EXCLUDED_URL 'sysinfo' |
const | DC_BLOG_SHORTNAME 'default' |
const | DC_AUBERGE_FORUM_URL 'https://auberge.des-blogueurs.org/forum/' |
const DC_VENDOR_NAME 'DB : dc2' |
Referenced by dcPage\open(), dcPage\openPopup(), and adminAuth\render().
const DC_DBDRIVER \mysqli::class |
const DC_DBHOST 'localhost' |
const DC_DBUSER 'root' |
const DC_DBPASSWORD 'root' |
const DC_DBNAME 'dc2' |
const DC_DBPREFIX 'dc_' |
const DC_MASTER_KEY 'Le petit bonhomme en mousse' |
Referenced by dcAuth\checkSession(), dcAuth\checkUser(), dcAuth\cryptLegacy(), adminAuth\process(), adminPost\render(), and adminPage\render().
const DC_ADMIN_MAILFROM 'contact+dotclear@open-time.net' |
Referenced by adminAuth\process(), and adminIndex\render().
if (getenv( 'DC_HTTPS')===false||getenv( 'DC_HTTPS')==='1') else |
const DC_ADMIN_SSL false |
Referenced by dcCore\__construct(), adminAuth\process(), and adminIndex\process().
const DC_SESSION_NAME 'dcxd-dc2-git-std' |
Referenced by dcCore\__construct(), and dcAuth\sessionExists().
const DC_HTTP2 true |
const DC_CRYPT_ALGO 'sha512' |
Referenced by dcAuth\checkUser(), and dcAuth\cryptLegacy().
const DC_PLUGINS_ROOT __DIR__ . '/../plugins' . PATH_SEPARATOR . __DIR__ . '/../../git-plugins' |
Referenced by adminPlugins\init(), adminXMLRPCpage\init(), dcAdmin\init(), and adminIndex\render().
const DC_TPL_CACHE __DIR__ . '/../cache' |
const DC_VAR __DIR__ . '/../var' |
Referenced by dcMaintenanceCSP\execute(), and adminCSPReport\init().
const DC_DBPERSIST false |
const DC_TRACE '/tmp/trace.txt' |
const DC_SHOW_HIDDEN_DIRS false |
Referenced by adminMediaPage\getDirsRecord().
const DC_ALLOW_REPOSITORIES true |
Referenced by dcStore\check().
const DC_QUERY_TIMEOUT 4 |
const DC_SC_CACHE_ENABLE false |
const DC_SC_EXCLUDED_URL 'sysinfo' |
const DC_BLOG_SHORTNAME 'default' |
const DC_AUBERGE_FORUM_URL 'https://auberge.des-blogueurs.org/forum/' |