Manual:$wgExternalStores
Jump to navigation
Jump to search
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: | Unspecified |
Default value: | [] (1.23+)false (1.4.5-1.22) |
Other settings: Alphabetical | By function |
Details[edit]
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' );
![]() | Access to database might lead to code execution. |