<? 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:
wade@bindshell.net
2010-04-07 11:22:37 +00:00
parent e629163f06
commit 3b8add44e1
73 changed files with 209 additions and 194 deletions

View File

@@ -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
@@ -11,7 +11,7 @@
function get_b64_code_je() {
// javascript is loaded from a file - it could be hard coded
var b64code = '<? echo get_b64_file(JS_FILE); ?>';
var b64code = '<?php echo get_b64_file(JS_FILE); ?>';
return b64code;
}