fixed tool paths

This commit is contained in:
following
2013-04-22 20:31:08 +02:00
parent a6547619e3
commit 16c426285f
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
*/
if (!isset($opt['rootpath']))
$opt['rootpath'] = '../htdocs/';
$opt['rootpath'] = dirname(__FILE__) . '/../htdocs/';
require_once($opt['rootpath'] . 'lib2/cli.inc.php');
if (!field_exists('cache_attrib','gc_id'))