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

« back to all changes in this revision

Viewing changes to libraries/Config.class.php

  • Committer: Bazaar Package Importer
  • Author(s): Thijs Kinkhorst
  • Date: 2007-11-22 07:51:22 UTC
  • mfrom: (1.1.17 upstream)
  • Revision ID: james.westby@ubuntu.com-20071122075122-kayhhozmuslcesiw
Tags: 4:2.11.2.2-1
* New upstream release.
* Fixes cross site scripting issue (PMASA-2007-8).

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
/**
4
4
 *
5
5
 *
6
 
 * @version $Id: Config.class.php 10916 2007-11-11 10:09:42Z lem9 $
 
6
 * @version $Id: Config.class.php 10932 2007-11-20 13:17:00Z lem9 $
7
7
 */
8
8
 
9
9
/**
85
85
     */
86
86
    function checkSystem()
87
87
    {
88
 
        $this->set('PMA_VERSION', '2.11.2.1');
 
88
        $this->set('PMA_VERSION', '2.11.2.2');
89
89
        /**
90
90
         * @deprecated
91
91
         */