Skip to content
Snippets Groups Projects
Commit 87ff63ec authored by Robin Wood's avatar Robin Wood
Browse files

fixed path issue in include file

parent cf8884ee
No related branches found
No related tags found
No related merge requests found
...@@ -329,7 +329,7 @@ function dvwaHtmlEcho( $pPage ) { ...@@ -329,7 +329,7 @@ function dvwaHtmlEcho( $pPage ) {
<div id=\"footer\"> <div id=\"footer\">
<p>Damn Vulnerable Web Application (DVWA) v" . dvwaVersionGet() . "</p> <p>Damn Vulnerable Web Application (DVWA) v" . dvwaVersionGet() . "</p>
<script src='/dvwa/js/add_event_listeners.js'></script> <script src='" . DVWA_WEB_PAGE_TO_ROOT . "/dvwa/js/add_event_listeners.js'></script>
</div> </div>
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment