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

« back to all changes in this revision

Viewing changes to setup/lib/config_info.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:
9
9
 * @package    phpMyAdmin-setup
10
10
 * @author     Piotr Przybylski <piotrprz@gmail.com>
11
11
 * @license    http://www.gnu.org/licenses/gpl.html GNU GPL 2.0
12
 
 * @version    $Id: config_info.inc.php 11645 2008-10-09 16:39:45Z crackpl $
13
 
 */
 
12
 * @version    $Id: config_info.inc.php 12040 2008-11-30 12:58:55Z nijel $
 
13
 */
 
14
 
 
15
if (!defined('PHPMYADMIN')) {
 
16
    exit;
 
17
}
 
18
 
 
19
/**
 
20
 * Load paths.
 
21
 */
 
22
require_once('./libraries/vendor_config.php');
14
23
 
15
24
$cfg_db = array();
16
25
 
17
26
// path to config file, relative to phpMyAdmin's root path
18
 
$cfg_db['_config_file_path'] = './config/config.inc.php';
 
27
$cfg_db['_config_file_path'] = SETUP_CONFIG_FILE;
19
28
 
20
29
/**
21
30
 * Value meaning:
138
147
    'InsertRows' => 'validate_positive_number',
139
148
    'ForeignKeyMaxLimit' => 'validate_positive_number',
140
149
    'Import/skip_queries' => 'validate_non_negative_number');
141
 
?>
 
 
b'\\ No newline at end of file'
 
150
?>