Elgg  Version 2.3
config.php
Go to the documentation of this file.
1 <?php
16 $CONFIG->path;
17 
23 $CONFIG->pluginspath;
24 
30 $CONFIG->wwwroot;
31 
37 $CONFIG->url;
38 
44 $CONFIG->sitename;
45 
51 $CONFIG->language;
52 
58 $CONFIG->installed;
59 
65 $CONFIG->site_guid;
66 
72 $CONFIG->site_id;
73 
79 $CONFIG->site;
80 
86 $CONFIG->dataroot;
87 
95 $CONFIG->simplecache_enabled;
96 
104 $CONFIG->system_cache_enabled;
105 
113 $CONFIG->auto_disable_plugins;
114 
120 $CONFIG->sitedescription;
121 
128 $CONFIG->siteemail;
129 
135 $CONFIG->default_limit;
136 
149 $CONFIG->view;
150 
156 $CONFIG->default_access;
157 
163 $CONFIG->allow_registration;
164 
170 $CONFIG->walled_garden;
171 
177 $CONFIG->allow_user_default_access;
178 
186 $CONFIG->menu_items_featured_urls;
187 
193 $CONFIG->menu_items_custom_items;
194 
200 $CONFIG->pluginlistcache;
201 
207 $CONFIG->registered_entities;
208 
215 $CONFIG->independents;
216 
222 $CONFIG->submenu_items;
223 
229 $CONFIG->servicehandler;
230 
236 $CONFIG->menucontexts;
237 
243 $CONFIG->registers;
244 
250 $CONFIG->register_objects;
251 
257 $CONFIG->group_tool_options;
258 
264 $CONFIG->lastcache;
265 
281 $CONFIG->exception_include = '';
282 
293 $CONFIG->bootdata_plugin_settings_limit;
294 
315 $_ELGG->language_paths;
316 
333 $_ELGG->translations;
334 
345 $_ELGG->registered_tag_metadata_names;
346 
353 $_ELGG->view_types;
global $CONFIG