[xoops-cvslog 3366] CVS update: xoops2jp/html/modules/base/preload/Primary

Back to archive index

Minahito minah****@users*****
2006年 6月 26日 (月) 19:26:54 JST


Index: xoops2jp/html/modules/base/preload/Primary/NuSoapLoader.class.php
diff -u /dev/null xoops2jp/html/modules/base/preload/Primary/NuSoapLoader.class.php:1.1.2.1
--- /dev/null	Mon Jun 26 19:26:54 2006
+++ xoops2jp/html/modules/base/preload/Primary/NuSoapLoader.class.php	Mon Jun 26 19:26:54 2006
@@ -0,0 +1,13 @@
+<?php
+
+if (!defined("XOOPS_ROOT_PATH")) exit();
+
+class Legacy_NuSoapLoader extends XCube_ActionFilter
+{
+	function preFilter()
+	{
+		require_once XOOPS_ROOT_PATH . "/modules/base/lib/nusoap/nusoap.php";
+	}
+}
+
+?>
\ No newline at end of file


xoops-cvslog メーリングリストの案内
Back to archive index