Guest User

Untitled

a guest
Jan 18th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. <?php
  2. require_once('/path/to/lib.php'); // all logic is here ( what to send, log, ...)
  3. $obj = new Obj();
  4. echo $obj->getData(); // html links
  5. ?>
Add Comment
Please, Sign In to add comment