1
0
mirror of https://github.com/silverstripe/silverstripe-comments synced 2024-10-22 09:05:49 +00:00

7 lines
205 B
PHP

<?php
\SilverStripe\Dev\Deprecation::notification_version('3.0', 'comments');
define('COMMENTS_DIR', basename(__DIR__));
define('COMMENTS_THIRDPARTY', COMMENTS_DIR . DIRECTORY_SEPARATOR . 'thirdparty');