Partially de-hardcoded against the subdirectory "modules", so that 1.2.1 should be compatible with modules running under 2.0.

SVN:1.2[1778]
This commit is contained in:
Romain Quetiez
2012-01-17 15:26:02 +00:00
parent 7fadb5e08b
commit 3f381a3530
6 changed files with 22 additions and 4 deletions

View File

@@ -1,5 +1,6 @@
<?php
define('APPROOT', dirname(__FILE__).'/');
define('MODULESROOT', APPROOT.'modules/');
if (function_exists('microtime'))
{
$fItopStarted = microtime(true);