Jump to content

Manual:$wgExternalStores

From mediawiki.org
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Content handlers and storage: $wgExternalStores
List of enabled ExternalStore protocols.
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)

Details

List of enabled ExternalStore protocols.

$wgExternalStores = [ "DB" ];
Caution! Caution: Access to database might lead to code execution.

See also