1
0
mirror of https://github.com/silverstripe/silverstripe-reports synced 2024-10-22 11:05:53 +02:00
silverstripe-reports/_config.php

6 lines
125 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];
define('REPORTS_DIR', $dir);