Go to the source code of this file.
Variables | |
$CONFIG ['db_software'] = 'mysql' | |
$CONFIG ['db_host'] = 'localhost' | |
$CONFIG ['db_database'] = 'xartm_hu' | |
$CONFIG ['db_username'] = 'xartm_xaraya_hu' | |
$CONFIG ['db_password'] = 'zeno3362t' | |
$CONFIG ['default_locale'] = 'hu_HU.utf-8' | |
$CONFIG ['import_path'] = "/home/html/x112/var/locales/" | |
$CONFIG ['export_path'] = "/home/html/x112/var/locales/" | |
$CONFIG ['enable_web_export'] = true | |
$CONFIG ['language_pack_dir'] = "/home/html/x112/var/locales/" | |
$CONFIG ['language_pack_url'] = "http://x112.xaraya.lan/var/locales/" |
$CONFIG['language_pack_url'] = "http://x112.xaraya.lan/var/locales/" |
Same as 'language_pack_dir', but as accessed from the web.
Definition at line 94 of file config.inc.php.
$CONFIG['language_pack_dir'] = "/home/html/x112/var/locales/" |
The directory to place the tar.gz language pack in.
Definition at line 88 of file config.inc.php.
$CONFIG['enable_web_export'] = true |
Enable or disable the export feature on the web GUI
Definition at line 82 of file config.inc.php.
$CONFIG['export_path'] = "/home/html/x112/var/locales/" |
Path to the export locale files for the import routines. Where your hu_HU.utf-8 or similar directory resides, without this part.
Definition at line 76 of file config.inc.php.
$CONFIG['import_path'] = "/home/html/x112/var/locales/" |
Path to the locale files for the import routines. Where your hu_HU.utf-8 or similar directory resides, without this part. Comment this out after finishing import, so you won't overwrite your work by mistake!
Definition at line 67 of file config.inc.php.
$CONFIG['default_locale'] = 'hu_HU.utf-8' |
Default locale to start the GUI with. Example: hu_HU.utf-8
Definition at line 56 of file config.inc.php.
$CONFIG['db_password'] = 'zeno3362t' |
Database server password
Definition at line 50 of file config.inc.php.
$CONFIG['db_username'] = 'xartm_xaraya_hu' |
Database server username
Definition at line 44 of file config.inc.php.
$CONFIG['db_database'] = 'xartm_hu' |
Database name
Definition at line 38 of file config.inc.php.
$CONFIG['db_host'] = 'localhost' |
Database server host name
Definition at line 32 of file config.inc.php.
$CONFIG['db_software'] = 'mysql' |
Database server type (a valid ADODB NewADOConnection() value).
Definition at line 26 of file config.inc.php.
Referenced by WebBackend::Event_ExportPack(), and GetConfigVar().