mirror of
https://github.com/Chouchen/ShikiProxy.git
synced 2018-06-07 06:24:38 +02:00
:whistle:
This commit is contained in:
parent
163fa25d0b
commit
c9607ea925
@ -25,7 +25,7 @@ class FileToZipEmail{
|
|||||||
(stripos ($email,"Content-Type")!==false) ||
|
(stripos ($email,"Content-Type")!==false) ||
|
||||||
(empty($_SERVER['HTTP_USER_AGENT'])))
|
(empty($_SERVER['HTTP_USER_AGENT'])))
|
||||||
die('Incorrect request') ; //stop spammers
|
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/");
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user