mirror of
https://github.com/colymba/GridFieldBulkEditingTools.git
synced 2024-10-22 11:05:57 +02:00
6 lines
163 B
PHP
6 lines
163 B
PHP
<?php
|
|
//define global path to Components' root folder
|
|
if(!defined('BULK_EDIT_TOOLS_PATH'))
|
|
{
|
|
define('BULK_EDIT_TOOLS_PATH', rtrim(basename(dirname(__FILE__))));
|
|
} |