]> mop.ddnsfree.com - git repositories - curl-de-sac.git/commitdiff
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 818344974e37083f2e13e4fc89ecade665b20736..c42a18c71df4c60fc3b4dafff1f784b0c93be51b 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;