Source for file conf.php
Documentation is available at conf.php
if (defined('DIRECTORY_SEPARATOR') && DIRECTORY_SEPARATOR == '\\') {
define('PATH_SEPARATOR', ';');
define('PATH_SEPARATOR', ':');
// set this to the path in which the directory for liveuser resides
// more remove the following two lines to test LiveUser in the standard
# $path_to_liveuser_dir = 'PEAR/'.PATH_SEPARATOR;
# ini_set('include_path', $path_to_liveuser_dir.ini_get('include_path') );
if ($xml_is_readable != false && $xml_is_writable != false ) {
'authContainers' => array (0 => array (
'file' => 'Auth_XML.xml',
'allowDuplicateHandles' => false ,
'passwordEncryptionMode' => 'MD5'
// Get LiveUser class definition
require_once 'LiveUser.php';
Documentation generated on Mon, 11 Mar 2019 13:56:15 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|