mirror of
https://github.com/silverstripe/silverstripe-comments
synced 2024-10-22 11:05:49 +02:00
7 lines
205 B
PHP
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');
|