mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
9 lines
193 B
PHP
Executable File
9 lines
193 B
PHP
Executable File
<?php
|
|
|
|
/**
|
|
* Fetches the name of the current module folder name.
|
|
*
|
|
* @return string
|
|
**/
|
|
define('BLOGGER_DIR', ltrim(Director::makeRelative(realpath(__DIR__)), DIRECTORY_SEPARATOR));
|