fixing BASEPATH in tickerupdate
This commit is contained in:
parent
7bcc29c6a8
commit
06d85b1459
@ -23,7 +23,7 @@ limitations under the License.
|
|||||||
require_once('shared.inc.php');
|
require_once('shared.inc.php');
|
||||||
|
|
||||||
// Include additional file not set in autoloader
|
// Include additional file not set in autoloader
|
||||||
require_once(BASEPATH . CLASS_DIR . '/tools.class.php');
|
require_once(CLASS_DIR . '/tools.class.php');
|
||||||
|
|
||||||
verbose("Running updates\n");
|
verbose("Running updates\n");
|
||||||
if ($aData = $tools->getApi($config['price']['url'], $config['price']['target'])) {
|
if ($aData = $tools->getApi($config['price']['url'], $config['price']['target'])) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user