Updated the about section
git-svn-id: file:///home/svn/framework3/trunk@4524 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
865cae9005
commit
b51b213536
|
@ -38,11 +38,9 @@ function openAboutDialog() {
|
||||||
})
|
})
|
||||||
|
|
||||||
var about_content = "<div style='padding:5px'>The <strong>Metasploit Framework Web Console</strong>" +
|
var about_content = "<div style='padding:5px'>The <strong>Metasploit Framework Web Console</strong>" +
|
||||||
" was developed by LMH <lmh@info-pull.com> and added to the Metasploit Framework" +
|
" was originally developed by LMH <lmh@info-pull.com> and added to the Metasploit Framework" +
|
||||||
" under the terms of the Metasploit Framework License (v1.2)." +
|
" under the terms of the Metasploit Framework License (v1.2). Continuing development and maintenance" +
|
||||||
"Thanks to the Metasploit team (hdm, skape, etc) and contributors for developing a ground-breaking" +
|
" is provided by Metasploit LLC.</div>";
|
||||||
" project: <strong>Metasploit.</strong><br /><br />Standards compliant: Valid XHTML Strict " +
|
|
||||||
"and CSS code.</div>"
|
|
||||||
|
|
||||||
aboutWindow.getContent().innerHTML= about_content;
|
aboutWindow.getContent().innerHTML= about_content;
|
||||||
aboutWindow.showCenter();
|
aboutWindow.showCenter();
|
||||||
|
|
Loading…
Reference in New Issue