avoid vim error on loading
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
/* vim: expandtab sw=4 ts=4 sts=4: */
|
||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||
/**
|
||||
* searchs the entire database
|
||||
*
|
||||
|
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
/* vim: expandtab sw=4 ts=4 sts=4: */
|
||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||
/**
|
||||
* phpMyAdmin fatal error display page
|
||||
*
|
||||
|
@@ -553,6 +553,7 @@ class PMA_Config
|
||||
// they'll get an error if the autodetect code doesn't work
|
||||
$pma_absolute_uri = $this->get('PmaAbsoluteUri');
|
||||
$is_https = $this->get('is_https');
|
||||
|
||||
if (strlen($pma_absolute_uri) < 5
|
||||
// needed to catch http/https switch
|
||||
|| ($is_https && substr($pma_absolute_uri, 0, 6) != 'https:')
|
||||
@@ -685,7 +686,6 @@ class PMA_Config
|
||||
. $pma_absolute_uri;
|
||||
}
|
||||
}
|
||||
|
||||
$this->set('PmaAbsoluteUri', $pma_absolute_uri);
|
||||
}
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
/* vim: expandtab sw=4 ts=4 sts=4: */
|
||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||
/**
|
||||
* Library that provides common import functions that are used by import plugins
|
||||
*
|
||||
|
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
/* vim: expandtab sw=4 ts=4 sts=4: */
|
||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||
/**
|
||||
*
|
||||
* @version $Id$
|
||||
|
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
/* vim: expandtab sw=4 ts=4 sts=4: */
|
||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||
/**
|
||||
* @uses PMA_generate_common_url()
|
||||
* @uses PMA_isSuperuser()
|
||||
|
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
/* vim: expandtab sw=4 ts=4 sts=4: */
|
||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||
/**
|
||||
* function library for handling table indexes
|
||||
*
|
||||
|
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
/* vim: expandtab sw=4 ts=4 sts=4: */
|
||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||
/**
|
||||
* display the binary logs and the content of the selected
|
||||
*
|
||||
|
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
/* vim: expandtab sw=4 ts=4 sts=4: */
|
||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||
/**
|
||||
*
|
||||
* @version $Id$
|
||||
|
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
/* vim: expandtab sw=4 ts=4 sts=4: */
|
||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||
/**
|
||||
* @uses $cfg['DefaultTabDatabase']
|
||||
* @uses $GLOBALS['table']
|
||||
|
Reference in New Issue
Block a user