diff --git a/bin/ztcli b/bin/ztcli index b0b83c624e..027219cfa1 100755 --- a/bin/ztcli +++ b/bin/ztcli @@ -27,7 +27,7 @@ include './framework/router.class.php'; include './framework/control.class.php'; include './framework/model.class.php'; include './framework/helper.class.php'; -helper::import(realpath('./config/config.php')); +include realpath('./config/config.php'); /* Set the PATH_INFO variable. */ if($config->requestType == 'PATH_INFO')