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

« back to all changes in this revision

Viewing changes to setup/frames/index.inc.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:
5
5
 * @package    phpMyAdmin-setup
6
6
 * @author     Piotr Przybylski <piotrprz@gmail.com>
7
7
 * @license    http://www.gnu.org/licenses/gpl.html GNU GPL 2.0
8
 
 * @version    $Id: index.inc.php 11650 2008-10-14 10:31:07Z crackpl $
 
8
 * @version    $Id: index.inc.php 11975 2008-11-24 09:55:30Z nijel $
9
9
 */
10
10
 
11
11
if (!defined('PHPMYADMIN')) {
12
12
    exit;
13
13
}
14
14
 
 
15
/**
 
16
 * Core libraries.
 
17
 */
15
18
require_once './libraries/display_select_lang.lib.php';
16
19
require_once './setup/lib/FormDisplay.class.php';
17
20
require_once './setup/lib/index.lib.php';
240
243
    <a href="http://phpmyadmin.net"><?php echo $GLOBALS['strSetupHomepageLink'] ?></a>
241
244
    <a href="http://sourceforge.net/donate/index.php?group_id=23067"><?php echo $GLOBALS['strSetupDonateLink'] ?></a>
242
245
    <a href="?version_check=1<?php echo "{$separator}token=" . $_SESSION[' PMA_token '] ?>"><?php echo $GLOBALS['strSetupVersionCheckLink'] ?></a>
243
 
</div>
 
 
b'\\ No newline at end of file'
 
246
</div>