silverstripe-reports/_config.php

7 lines
126 B
PHP
Raw Normal View History

2013-01-17 01:22:13 +01:00
<?php
2013-01-19 06:30:40 +01:00
$path = explode(DIRECTORY_SEPARATOR, dirname(__FILE__));
$dir = $path[count($path) - 1];
2016-07-29 00:44:00 +02:00
define('REPORTS_DIR', $dir);