add G_base variable
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Tue, 16 Sep 2014 06:09:59 +0000 (08:09 +0200)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Tue, 16 Sep 2014 06:09:59 +0000 (08:09 +0200)
webtest/cds_test01.php

index 8183449..c42a18c 100755 (executable)
@@ -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;