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

« back to all changes in this revision

Viewing changes to server_engines.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:
3
3
/**
4
4
 * display list of server enignes and additonal information about them
5
5
 *
6
 
 * @version $Id: server_engines.php 10704 2007-10-02 10:15:06Z cybot_tm $
 
6
 * @version $Id: server_engines.php 11986 2008-11-24 11:05:40Z nijel $
7
7
 * @todo falcon storage enginge is not listed under dev.mysql.com/doc/refman but dev.mysql.com/doc/falcon/
 
8
 * @package phpMyAdmin
8
9
 */
9
10
 
10
11
/**
11
 
 *
 
12
 * no need for variables importing
 
13
 * @ignore
12
14
 */
13
15
if (! defined('PMA_NO_VARIABLES_IMPORT')) {
14
16
    define('PMA_NO_VARIABLES_IMPORT', true);