Index: hadoop-register/etc/funs.php
===================================================================
--- hadoop-register/etc/funs.php	(revision 59)
+++ hadoop-register/etc/funs.php	(revision 63)
@@ -92,16 +92,16 @@
     function get_new_password()
     {
-			return rand();
-		}
+      return rand();
+    }
 
-		function test()
-		{
-			echo "<br>========";
-			echo "<br>this is in W_user->test() <br>";
-            $str = "<br><A href=http://" . "$w_localhost" . "check_activate_code.php?user=" .
-        		   $this->user . "&" . "act=" . $this->activate_code . ">啟動 Hadoop 帳號</A>";
-			//echo $this->user;
-			//echo $this->activate_code;
-		}
-	}
+    function test()
+    {
+      echo "<br>========";
+      echo "<br>this is in W_user->test() <br>";
+      $str = "<br><A href=http://" . "$w_localhost" . "check_activate_code.php?user=" .
+      $this->user . "&" . "act=" . $this->activate_code . ">啟動 Hadoop 帳號</A>";
+      //echo $this->user;
+      //echo $this->activate_code;
+      }
+    }
 ?>
