silverstripe-blog/_config.php

8 lines
85 B
PHP

<?php
Director::addRules(10, array(
'metaweblog' => 'MetaWeblogController'
));
?>