GridFieldBulkEditingTools/_config.php
colymba cf0a3262f7 NEW: Defined global path to components folder
defined BULK_EDIT_TOOLS_PATH as root folder for Components, usefull in
Requirements and make install easier.
2012-08-07 23:56:59 +03:00

6 lines
116 B
PHP

<?php
if(!defined('BULK_EDIT_TOOLS_PATH'))
{
define('BULK_EDIT_TOOLS_PATH', rtrim(basename(dirname(__FILE__))));
}