Home
last modified time | relevance | path

Searched refs:path_img (Results 1 – 1 of 1) sorted by relevance

/plugin/discordnotifier/examples/
H A Dsend_file.php9 function send_file($webhook, $path_img) argument
12 $file = new CURLFile($path_img);
27 $path_img = "images/logo.png"; variable
28 send_file($webhook, $path_img);