From: Matteo Nastasi (mop) Date: Tue, 16 Sep 2014 06:09:59 +0000 (+0200) Subject: add G_base variable X-Git-Url: https://mop.ddnsfree.com/gitweb/?p=curl-de-sac.git;a=commitdiff_plain;h=c1e44db3d212a6f082976d86a460dca2025e659a add G_base variable --- 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;