silverstripe-blog/_config.php

8 lines
85 B
PHP
Raw Normal View History

2012-05-21 14:58:26 +12:00
<?php
Director::addRules(10, array(
'metaweblog' => 'MetaWeblogController'
));
?>