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

« back to all changes in this revision

Viewing changes to setup/lib/Form.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:
1
1
<?php
2
2
/**
 
3
 * Form handling code.
 
4
 *
 
5
 * @package    phpMyAdmin-setup
 
6
 * @author     Piotr Przybylski <piotrprz@gmail.com>
 
7
 * @license    http://www.gnu.org/licenses/gpl.html GNU GPL 2.0
 
8
 * @version    $Id: Form.class.php 11997 2008-11-24 11:36:33Z nijel $
 
9
 */
 
10
 
 
11
/**
3
12
 * Base class for forms, loads default configuration options, checks allowed
4
13
 * values etc.
5
14
 *
6
15
 * @package    phpMyAdmin-setup
7
 
 * @author     Piotr Przybylski <piotrprz@gmail.com>
8
 
 * @license    http://www.gnu.org/licenses/gpl.html GNU GPL 2.0
9
 
 * @version    $Id: Form.class.php 11582 2008-09-10 16:53:28Z lem9 $
10
16
 */
11
17
class Form
12
18
{
174
180
        $this->readTypes();
175
181
    }
176
182
}
177
 
?>
 
 
b'\\ No newline at end of file'
 
183
?>