changeset 110 | 68e030f8dfa6 |
parent 73 | 0a74676a2f2f |
child 142 | ca9118d9c0f2 |
--- a/includes/email.php Wed Aug 29 23:35:06 2007 -0400 +++ b/includes/email.php Thu Aug 30 20:46:57 2007 -0400 @@ -368,7 +368,6 @@ if($this->p*$this->q < 255) break; $k = $this->makeKey($allCharacters); - die('<pre>'.print_r($k, true).'</pre>'); $encrypted = $k['X']; $decrypted = $this->goForth($encrypted,$this->p*$this->q,$k['D']); if($decrypted != $allCharacters) {