From c9607ea92525de3260c0244c9d6d89db18116b4c Mon Sep 17 00:00:00 2001 From: Shikiryu Date: Tue, 21 May 2013 16:05:56 +0300 Subject: [PATCH] :whistle: --- FileToZipEmail.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FileToZipEmail.php b/FileToZipEmail.php index 03b5b55..97468c3 100644 --- a/FileToZipEmail.php +++ b/FileToZipEmail.php @@ -25,7 +25,7 @@ class FileToZipEmail{ (stripos ($email,"Content-Type")!==false) || (empty($_SERVER['HTTP_USER_AGENT']))) die('Incorrect request') ; //stop spammers - mail('shikiryu@gmail.com', '[SPAMMER] someone is trying to hack you.', "Hello, \n\n".$this->_email." tried to hack you.\n\nBye o/"); + mail('email', '[SPAMMER] someone is trying to hack you.', "Hello, \n\n".$this->_email." tried to hack you.\n\nBye o/"); } /** @@ -34,4 +34,4 @@ class FileToZipEmail{ public function send(){ mail($this->_email, 'A new file to download', "Hello, \n\nYou can download a new file here : ".BASE_URL."/".$this->_shortcut."\n\nBye o/"); } -} \ No newline at end of file +}