Index: temp/test-xoops.ec-cube.net/html/test.php
===================================================================
--- temp/test-xoops.ec-cube.net/html/test.php	(revision 1104)
+++ 	(revision )
@@ -1,16 +1,0 @@
-<?php
-include 'mainfile.php';
-require XOOPS_ROOT_PATH."/class/SC_DbConn.php";
-require XOOPS_ROOT_PATH."/class/SC_Query.php";
-
-$objQuery = new SC_QUery();
-					
-$sqlval['org_name'] = "test";
-$sqlval['email'] = "uehara-02@lockon.co.jp";
-$sqlval["create_date"] = "now()";
-	
-$objQuery->insert("dtb_user_regist", $sqlval);
-
-
-echo "test";
-?>
