From: paulr Date: Wed, 30 Mar 2011 06:36:59 +0000 (+1100) Subject: all your files are belong to git.... X-Git-Url: http://git.pjr.cc/?p=glcas.git;a=commitdiff_plain;h=27e5db869dc809c38c0b41f16b896ebd410a6386 all your files are belong to git.... just building a frame work at this point --- diff --git a/lib/plugins/install.php b/lib/plugins/install.php new file mode 100644 index 0000000..0abf40c --- /dev/null +++ b/lib/plugins/install.php @@ -0,0 +1,11 @@ + \ No newline at end of file diff --git a/unittests/soaptest.php b/unittests/soaptest.php index 2a0fe56..f72318f 100644 --- a/unittests/soaptest.php +++ b/unittests/soaptest.php @@ -3,7 +3,7 @@ require_once("../lib/lib.php"); ini_set("soap.wsdl_cache_enabled", "0"); -$client = new SoapClient("http://localhost/src/eclipse-workspace/glcas/www/soap.php?wsdl", array("trace" => 1)); +$client = new SoapClient("https://localhost/src/eclipse-workspace/glcas/www/soap.php?wsdl", array("trace" => 1)); print_r($client->__getFunctions()); diff --git a/var/mysql.sql b/var/mysql.sql new file mode 100644 index 0000000..e69de29 diff --git a/var/sqlite3.sql b/var/sqlite3.sql new file mode 100644 index 0000000..e69de29 diff --git a/www/soap.php b/www/soap.php index 281b468..577e359 100644 --- a/www/soap.php +++ b/www/soap.php @@ -1,6 +1,8 @@