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

« back to all changes in this revision

Viewing changes to chk_rel.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:
2
2
/* vim: set expandtab sw=4 ts=4 sts=4: */
3
3
/**
4
4
 *
5
 
 * @version $Id: chk_rel.php 10239 2007-04-01 09:51:41Z cybot_tm $
 
5
 * @version $Id: chk_rel.php 12278 2009-03-03 13:54:37Z nijel $
 
6
 * @package phpMyAdmin
6
7
 */
7
8
 
8
9
/**
9
10
 * Gets some core libraries
10
11
 */
11
12
require_once './libraries/common.inc.php';
12
 
require_once './libraries/db_common.inc.php';
 
13
$GLOBALS['js_include'][] = 'functions.js';
 
14
require_once './libraries/header.inc.php';
13
15
require_once './libraries/relation.lib.php';
14
16
 
15
17