mirror of
https://github.com/Mestima/GM-Discord.git
synced 2025-06-27 12:49:27 +00:00
useless code removed
This commit is contained in:
@ -11,10 +11,7 @@
|
||||
http://github.com/Mestima
|
||||
*/
|
||||
|
||||
if (isset($_POST["content"]) != true || isset($_POST["webhook"]) != true ||
|
||||
$_POST["content"] == "" || $_POST["webhook"] == "") {
|
||||
exit();
|
||||
}
|
||||
if (!isset($_POST["content"]) || !isset($_POST["webhook"])) exit();
|
||||
|
||||
$options = array(
|
||||
'http' => array(
|
||||
|
Reference in New Issue
Block a user