From c1e44db3d212a6f082976d86a460dca2025e659a Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Tue, 16 Sep 2014 08:09:59 +0200 Subject: [PATCH] add G_base variable --- webtest/cds_test01.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/webtest/cds_test01.php b/webtest/cds_test01.php index 8183449..c42a18c 100755 --- a/webtest/cds_test01.php +++ b/webtest/cds_test01.php @@ -4,7 +4,9 @@ define('WEB_URL', 'http://localhost/curl-de-sac'); define('DBG_LEVEL', 0); -require_once('../Obj/curl-de-sac.phh'); +$G_base = "./"; + +require_once($G_base . 'Obj/curl-de-sac.phh'); class short_cmd extends CDS_cmd { var $short_data; -- 2.17.1