Changeset 63 for hadoop-register/etc/funs.php
- Timestamp:
- Apr 24, 2009, 3:23:32 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
hadoop-register/etc/funs.php
r59 r63 92 92 function get_new_password() 93 93 { 94 95 94 return rand(); 95 } 96 96 97 98 99 100 101 102 103 104 105 106 97 function test() 98 { 99 echo "<br>========"; 100 echo "<br>this is in W_user->test() <br>"; 101 $str = "<br><A href=http://" . "$w_localhost" . "check_activate_code.php?user=" . 102 $this->user . "&" . "act=" . $this->activate_code . ">啟動 Hadoop 帳號</A>"; 103 //echo $this->user; 104 //echo $this->activate_code; 105 } 106 } 107 107 ?>
Note: See TracChangeset
for help on using the changeset viewer.