-Remove phing path from conf.php
This commit is contained in:
parent
79141fa070
commit
67ddda4a2d
|
@ -19,8 +19,7 @@ $CC_CONFIG = array(
|
|||
|
||||
"rootDir" => __DIR__."/../..",
|
||||
'pearPath' => dirname(__FILE__).'/../../library/pear',
|
||||
'zendPath' => dirname(__FILE__).'/../../library/Zend',
|
||||
'phingPath' => dirname(__FILE__).'/../../library/phing'
|
||||
'zendPath' => dirname(__FILE__).'/../../library/Zend'
|
||||
);
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue