fixed tool paths
This commit is contained in:
@@ -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
@@ -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'))
|
||||||
|
|||||||
Reference in New Issue
Block a user