XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
config.php File Reference

Go to the source code of this file.

Namespaces

namespace  installer
 

Variables

if(!defined('XOOPS_INSTALL')) $configs = array()
 
 $configs ['db_types'] = array( 'mysql')
 
 $configs ['conf_names']
 
 $configs ['language_files']
 
 $configs ['extensions']
 
 $configs ['writable'] = array('uploads/', 'uploads/avatars/', 'uploads/images/', 'uploads/ranks/', 'uploads/smilies/','xoops_lib/modules/protector/configs/', 'mainfile.php', 'include/license.php')
 
 $configs ['modules'] = array()
 
 $configs ['xoopsPathDefault']
 
 $configs ['dataPath']
 

Variable Documentation

$configs['db_types'] = array( 'mysql')

Definition at line 23 of file config.php.

$configs['conf_names']
Initial value:
= array(
'sitename',
'slogan',
'allow_register',
'meta_keywords',
'meta_description',
'meta_author',
'meta_copyright',
)

Definition at line 26 of file config.php.

$configs['language_files']
Initial value:
= array(
'global',
)

Definition at line 37 of file config.php.

$configs['extensions']
Initial value:
= array(
'mbstring' => array('MBString', sprintf( PHP_EXTENSION, CHAR_ENCODING ) ),
'iconv' => array('Iconv', sprintf( PHP_EXTENSION, ICONV_CONVERSION) ),
'xml' => array('XML', sprintf( PHP_EXTENSION, XML_PARSING) ),
'zlib' => array('Zlib', sprintf( PHP_EXTENSION, ZLIB_COMPRESSION) ),
'gd' => array(( function_exists('gd_info') && $gdlib = @gd_info()) ? 'GD ' . $gdlib['GD Version'] : '', sprintf( PHP_EXTENSION, IMAGE_FUNCTIONS) ),
'exif' => array('Exif', sprintf( PHP_EXTENSION, IMAGE_METAS) ),
'filter' => array('Filter', sprintf( PHP_EXTENSION, FILTER_FUNCTIONS) ),
)

Definition at line 42 of file config.php.

$configs['writable'] = array('uploads/', 'uploads/avatars/', 'uploads/images/', 'uploads/ranks/', 'uploads/smilies/','xoops_lib/modules/protector/configs/', 'mainfile.php', 'include/license.php')

Definition at line 53 of file config.php.

$configs['modules'] = array()

Definition at line 56 of file config.php.

$configs['xoopsPathDefault']
Initial value:
= array(
'lib' => 'xoops_lib',
'data' => 'xoops_data',
)

Definition at line 59 of file config.php.

$configs['dataPath']
Initial value:
= array(
'caches' => array(
'xoops_cache',
'smarty_cache',
'smarty_compile',
),
'configs' => null,
'data' => null
)

Definition at line 65 of file config.php.