silverstripe-blog/_config.php
2017-01-12 10:20:44 +13:00

9 lines
143 B
PHP
Executable File

<?php
/**
* Fetches the name of the current module folder name.
*
* @return string
**/
define('BLOGGER_DIR', basename(dirname(__FILE__)));