mirror of
https://github.com/silverstripe/silverstripe-comments
synced 2024-10-22 11:05:49 +02:00
5 lines
156 B
PHP
5 lines
156 B
PHP
<?php
|
|
|
|
Deprecation::notification_version('2.0', 'comments');
|
|
|
|
define('COMMENTS_DIR', ltrim(Director::makeRelative(realpath(__DIR__)), DIRECTORY_SEPARATOR)); |