~ubuntu-branches/ubuntu/trusty/phpmyadmin/trusty

« back to all changes in this revision

Viewing changes to url.php

  • Committer: Package Import Robot
  • Author(s): Thijs Kinkhorst
  • Date: 2013-10-07 20:18:01 UTC
  • mfrom: (1.2.46)
  • Revision ID: package-import@ubuntu.com-20131007201801-l5l0ril5992p8sxz
Tags: 4:4.0.8-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
/**
10
10
 * Gets core libraries and defines some variables
11
11
 */
 
12
define('PMA_MINIMUM_COMMON', True);
12
13
require_once './libraries/common.inc.php';
13
14
 
14
15
if (! PMA_isValid($_GET['url'])