~ubuntu-branches/ubuntu/karmic/phppgadmin/karmic

« back to all changes in this revision

Viewing changes to selenium/domviewer/domviewer.html

  • Committer: Bazaar Package Importer
  • Author(s): Peter Eisentraut
  • Date: 2008-12-31 19:32:22 UTC
  • mfrom: (1.3.1 upstream) (8.1.2 sid)
  • mto: (8.1.4 sid)
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: james.westby@ubuntu.com-20081231193222-swr5hb1fie1enl4l
* New upstream release
  - Fixes local file inclusion vulnerability (CVE-2008-5587) (closes: #508026)
* Removed register_globals from debian/apache.conf (closes: #508026)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2
 
 
3
 
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
 
    <head>
5
 
        <title>DOM Viewer</title>
6
 
        <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
7
 
        <link rel="stylesheet" type="text/css" href="domviewer.css"/>
8
 
        <script type="text/javascript" src="selenium-domviewer.js"></script>
9
 
    </head>
10
 
        <body onload="loadDomViewer();">
11
 
                <h3>DOM Viewer</h3>
12
 
                <p> This page is generated using JavaScript. If you see this text, your 
13
 
                        browser doesn't support JavaScript.</p>
14
 
        </body>
15
 
        
16
 
</html>