Manual:$wgExternalStores
From MediaWiki.org
| Extensions: $wgExternalStores | |
|---|---|
| External stores allow including content from non-database sources following URL links. |
|
| Introduced in version: | 1.4.5 |
| Removed in version: | still in use |
| Allowed values: | |
| Default value: | false |
Other settings: Alphabetical | By Function
[edit] Details
External stores allow including content from non-database sources following URL links. Short names of ExternalStore classes may be specified in an array, e.g.
$wgExternalStores = array( 'http', 'DB', 'custom' );
CAUTION: Access to database might lead to code execution.