~ubuntu-branches/ubuntu/lucid/phpmyadmin/lucid

« back to all changes in this revision

Viewing changes to setup/lib/FormDisplay.class.php

  • Committer: Bazaar Package Importer
  • Author(s): Michal Čihař
  • Date: 2009-06-30 14:05:13 UTC
  • mfrom: (1.2.1 upstream) (36.1.2 karmic)
  • Revision ID: james.westby@ubuntu.com-20090630140513-hz71do3sij2jhm4s
* New upstream version fixing XSS (PMASA-2009-5).
* Document no empty password in README.Debian and the shipped sample
  configuration file (LP: #388703).
* Install service file for avahi (if web service enabled and if avahi is
  installed) (LP: #369244).
* Mention protecting of setup if not using provided configuration snippets
  for webservers.
* Call ucf with --debconf-ok in postrm (Closes: #534894).

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 * @version    $Id: FormDisplay.class.php 12304 2009-03-24 12:56:58Z nijel $
15
15
 */
16
16
 
 
17
/**
 
18
 * Core libraries.
 
19
 */
17
20
require_once './setup/lib/FormDisplay.tpl.php';
18
21
require_once './setup/lib/validate.lib.php';
19
22
require_once './libraries/js_escape.lib.php';
20
23
 
21
24
/**
22
25
 * Form management class, displays and processes forms
 
26
 * @package    phpMyAdmin-setup
23
27
 */
24
28
class FormDisplay
25
29
{
579
583
      return str_replace(array('Servers/1/', '/'), array('Servers/', '_'), $path);
580
584
    }
581
585
}
582
 
?>
 
 
b'\\ No newline at end of file'
 
586
?>