1
0
mirror of https://github.com/silverstripe/silverstripe-blog synced 2024-10-22 11:05:58 +02:00
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'
));
?>