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