Advertisement
Ninky1

Untitled

Sep 26th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1.  
  2. if ($msg['attachment'])
  3. echo "AAAAAAAAAAAAA".$msg {
  4. if ($message->attachment){
  5. foreach ($message->attachment as $attachment){
  6. $attachment = explode('|', $attachment);
  7. $url=data_url($attachment[0], "attachments");
  8. $url=str_replace("front.sashe.sk", "static.sashe.sk", $url);
  9. echo '<p><a href="'.$url.'" title="Stiahnuť" target="_blank"><i class="fa fa-paperclip"></i>'.$attachment[1].'</a></p>';
  10. }
  11. }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement