# Alert the user that this is not a valid entry point to MediaWiki if they try to access the special pages file directly.
if (!defined('MEDIAWIKI')) {
echo "To install the wrreport extension, put the following line in LocalSettings.php:\n";
- echo 'require_once("\$IP/extensions/MyExtension/MyExtension.php");';
+ echo 'require_once "$IP/extensions/wrreport/wrreport.php"';
exit(1);
}
$wgExtensionCredits['parserhook'][] = array(
'name' => 'Winterrodeln Report',
- 'version' => '0.1 alpha',
+ 'version' => '0.2 alpha',
'author' =>'Philipp Spitzer',
'url' => 'http://www.winterrodeln.org',
'description' => 'This extension interprets the <report/> tag in sledding pages and creates report summaries'