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
+1 -1
View File
@@ -15,7 +15,7 @@
*/ */
if (!isset($opt['rootpath'])) if (!isset($opt['rootpath']))
$opt['rootpath'] = '../htdocs/'; $opt['rootpath'] = dirname(__FILE__) . '/../htdocs/';
require_once($opt['rootpath'] . 'lib2/cli.inc.php'); require_once($opt['rootpath'] . 'lib2/cli.inc.php');
// stop apache // stop apache
+1 -1
View File
@@ -10,7 +10,7 @@
*/ */
if (!isset($opt['rootpath'])) if (!isset($opt['rootpath']))
$opt['rootpath'] = '../htdocs/'; $opt['rootpath'] = dirname(__FILE__) . '/../htdocs/';
require_once($opt['rootpath'] . 'lib2/cli.inc.php'); require_once($opt['rootpath'] . 'lib2/cli.inc.php');
if (!field_exists('cache_attrib','gc_id')) if (!field_exists('cache_attrib','gc_id'))