mirror of
https://github.com/colymba/GridFieldBulkEditingTools.git
synced 2024-10-22 11:05:57 +02:00
cf0a3262f7
defined BULK_EDIT_TOOLS_PATH as root folder for Components, usefull in Requirements and make install easier.
6 lines
116 B
PHP
6 lines
116 B
PHP
<?php
|
|
|
|
if(!defined('BULK_EDIT_TOOLS_PATH'))
|
|
{
|
|
define('BULK_EDIT_TOOLS_PATH', rtrim(basename(dirname(__FILE__))));
|
|
} |