silverstripe-reports/_config.php

6 lines
125 B
PHP
Raw Permalink 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);