Index: hadoop-register/etc/funs.php
===================================================================
--- hadoop-register/etc/funs.php	(revision 84)
+++ hadoop-register/etc/funs.php	(revision 85)
@@ -17,5 +17,5 @@
     {
       header ("refresh:5 ;url=$w_url");
-      echo '<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">"';
+      echo '<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">';
       echo "<BR> 此網頁將於 5 秒後重新導向 <BR>";
       echo "<BR> ======== System Message ========";
@@ -35,5 +35,5 @@
 	      <br>
 	      ';
-      $str .= "<br><A href=http://" . "$w_localhost" . "check_activate_code.php?user=" .
+      $str .= "<br><A href=" . "$w_localhost" . "/check_activate_code.php?user=" .
       $this->user . "&" . "act=" . $this->activate_code . ">啟動 Hadoop 帳號</A>";
       return $str;
@@ -56,5 +56,5 @@
 	      <br>帳號：$this->user
 	      <br>密碼：$this->new_password
-	      <br>登入 http://$w_localhost。
+	      <br>登入：$w_localhost
 	      ";
       return $str;
@@ -100,5 +100,5 @@
       echo "<br>========";
       echo "<br>this is in W_user->test() <br>";
-      $str = "<br><A href=http://" . "$w_localhost" . "check_activate_code.php?user=" .
+      $str = "<br><A href=" . "$w_localhost" . "/check_activate_code.php?user=" .
       $this->user . "&" . "act=" . $this->activate_code . ">啟動 Hadoop 帳號</A>";
       //echo $this->user;
