git-svn-id: https://beef.googlecode.com/svn/trunk@21 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
16 lines
364 B
PHP
16 lines
364 B
PHP
<?php
|
|
// Copyright (c) 2006-2010, Wade Alcorn
|
|
// All Rights Reserved
|
|
// wade@bindshell.net - http://www.bindshell.net
|
|
?>
|
|
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="../css/style.css">
|
|
<script type="text/javascript" src="../js/include.js"></script>
|
|
</head>
|
|
<body>
|
|
<h4>Options not implemented yet</h4>
|
|
</body>
|
|
</html>
|