14 lines
345 B
PHP
14 lines
345 B
PHP
<?php
|
|
|
|
/**
|
|
* This file is a back-compat shim and is not used by SMW.
|
|
*
|
|
* If you would like to see the DefaultSettings.php that was here before, look in
|
|
* includes/DefaultSettings.php.
|
|
*
|
|
* @deprecated 4.0.0
|
|
* @codeCoverageIgnore
|
|
*/
|
|
require_once __DIR__ . "/includes/SemanticMediaWiki.php";
|
|
return SemanticMediaWiki::getDefaultSettings();
|