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

« back to all changes in this revision

Viewing changes to libraries/language.lib.php

  • Committer: Bazaar Package Importer
  • Author(s): Thijs Kinkhorst
  • Date: 2008-06-14 15:24:31 UTC
  • mfrom: (1.1.20 upstream)
  • Revision ID: james.westby@ubuntu.com-20080614152431-gvx52c7r0iuxwvxl
Tags: 4:2.11.7~rc2-1
* New upstream release candidate.
  - Fixes an undisclosed security issue, which is most probably
    irrelevant to Debian, but medium urgency just in case.
  - Fixes session hash_bits override (Closes: #474557).
* Checked for policy 3.8.0, add README.source.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
/**
4
4
 * phpMyAdmin Language Loading File
5
5
 *
6
 
 * @version $Id: language.lib.php 10239 2007-04-01 09:51:41Z cybot_tm $
 
6
 * @version $Id: language.lib.php 11326 2008-06-17 21:32:48Z lem9 $
7
7
 */
 
8
if (! defined('PHPMYADMIN')) {
 
9
    exit;
 
10
}
8
11
 
9
12
/**
10
13
 * lang detection is done here