silverstripe-comments/_config.php

5 lines
156 B
PHP
Raw Normal View History

<?php
Deprecation::notification_version('2.0', 'comments');
2015-04-13 05:41:18 +02:00
define('COMMENTS_DIR', ltrim(Director::makeRelative(realpath(__DIR__)), DIRECTORY_SEPARATOR));