silverstripe-blog/0.4.0-rc1/_config.php

8 lines
85 B
PHP
Raw Normal View History

2010-03-18 05:54:21 +01:00
<?php
Director::addRules(10, array(
'metaweblog' => 'MetaWeblogController'
));
?>