~ubuntu-branches/ubuntu/utopic/phpmyadmin/utopic

« back to all changes in this revision

Viewing changes to libraries/Util.class.php

  • Committer: Package Import Robot
  • Author(s): Michal Čihař
  • Date: 2014-06-17 09:34:09 UTC
  • mfrom: (1.2.58)
  • Revision ID: package-import@ubuntu.com-20140617093409-bfly9in9skjyo49h
Tags: 4:4.2.3-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3183
3183
    public static function expandUserString(
3184
3184
        $string, $escape = null, $updates = array()
3185
3185
    ) {
 
3186
        $vars = array();
3186
3187
        /* Content */
3187
3188
        $vars['http_host'] = PMA_getenv('HTTP_HOST');
3188
3189
        $vars['server_name'] = $GLOBALS['cfg']['Server']['host'];