Skip to content

Commit

Permalink
Removed version from page title and footer
Browse files Browse the repository at this point in the history
It was never kept up to date so no point having it there.
  • Loading branch information
digininja committed Feb 25, 2023
1 parent 37355d7 commit 5477f7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dvwa/includes/dvwaPage.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ function dvwaCurrentUser() {

function &dvwaPageNewGrab() {
$returnArray = array(
'title' => 'Damn Vulnerable Web Application (DVWA) v' . dvwaVersionGet() . '',
'title' => 'Damn Vulnerable Web Application (DVWA)',
'title_separator' => ' :: ',
'body' => '',
'page_id' => '',
Expand Down Expand Up @@ -398,7 +398,7 @@ function dvwaHtmlEcho( $pPage ) {
<div id=\"footer\">
<p>Damn Vulnerable Web Application (DVWA) v" . dvwaVersionGet() . "</p>
<p>Damn Vulnerable Web Application (DVWA)</p>
<script src='" . DVWA_WEB_PAGE_TO_ROOT . "/dvwa/js/add_event_listeners.js'></script>
</div>
Expand Down
2 changes: 1 addition & 1 deletion login.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />
<title>Login :: Damn Vulnerable Web Application (DVWA) v" . dvwaVersionGet() . "</title>
<title>Login :: Damn Vulnerable Web Application (DVWA)</title>
<link rel=\"stylesheet\" type=\"text/css\" href=\"" . DVWA_WEB_PAGE_TO_ROOT . "dvwa/css/login.css\" />
Expand Down

0 comments on commit 5477f7a

Please sign in to comment.