1
0
mirror of https://github.com/silverstripe/silverstripe-blog synced 2024-10-22 11:05:58 +02:00
silverstripe-blog/_config.php
2009-11-30 11:04:26 +00:00

8 lines
85 B
PHP

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