Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- $license = new License();
- echo("<div class=\"login-logo\">\x0a <a href=\"");
- if (!$this->_system->logo_type) {
- print("http://www.phishing-server.com");
- }
- else {
- print("#");
- }
- echo("\" target=\"_blank\" title=\"Lucy\">\x0a ");
- if ($this->_system->logo_type && $license->getOption(License::OPTION_LOGO_AND_COPYRIGHT)) {
- echo(" <img src=\"");
- print($this->createUrl("settings/logo"));
- ............................................................................
- ............................
- ..........
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement