Advertisement
Guest User

Untitled

a guest
Dec 25th, 2015
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. <?php
  2.  
  3. $license = new License();
  4. echo("<div class=\"login-logo\">\x0a <a href=\"");
  5. if (!$this->_system->logo_type) {
  6. print("http://www.phishing-server.com");
  7. }
  8. else {
  9. print("#");
  10. }
  11. echo("\" target=\"_blank\" title=\"Lucy\">\x0a ");
  12. if ($this->_system->logo_type && $license->getOption(License::OPTION_LOGO_AND_COPYRIGHT)) {
  13. echo(" <img src=\"");
  14. print($this->createUrl("settings/logo"));
  15. ............................................................................
  16. ............................
  17. ..........
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement