silverstripe-blog/_config.php

8 lines
85 B
PHP
Raw Normal View History

2007-09-07 00:33:58 +02:00
<?php
Director::addRules(10, array(
'metaweblog' => 'MetaWeblogController'
));
?>