GridFieldBulkEditingTools/_config.php

8 lines
276 B
PHP
Raw Normal View History

2012-07-16 22:39:01 +02:00
<?php
2012-08-07 23:02:13 +02:00
//define global path to Components' root folder
2014-04-05 18:54:50 +02:00
if(!defined('BULKEDITTOOLS_UPLOAD_PATH'))
{
2014-04-05 18:54:50 +02:00
$folder = rtrim(basename(dirname(__FILE__)));
define('BULKEDITTOOLS_UPLOAD_PATH', $folder . '/bulkupload');
define('BULKEDITTOOLS_MANAGER_PATH', $folder . '/bulkManager');
}