Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/setup
diff options
context:
space:
mode:
authorMarc Delisle <marc@infomarc.info>2013-09-09 14:08:26 +0400
committerMarc Delisle <marc@infomarc.info>2013-09-09 14:08:26 +0400
commit85c5464ceca506cb3df37d87a3a7cb8eea57736a (patch)
treeec940521c5dc6004b93aeb0ab8650c96120bce6f /setup
parent24e84b07df8ebbf920b85c6ab99657b2ced0bbf5 (diff)
Fix codestyle
Diffstat (limited to 'setup')
-rw-r--r--setup/frames/index.inc.php2
-rw-r--r--setup/lib/index.lib.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/setup/frames/index.inc.php b/setup/frames/index.inc.php
index 2cdac5ae99..f34599b93f 100644
--- a/setup/frames/index.inc.php
+++ b/setup/frames/index.inc.php
@@ -37,7 +37,7 @@ if (isset($_GET['version_check'])) {
//
// Perform various security, compatibility and consistency checks
//
-perform_config_checks();
+PMA_performConfigChecks();
//
// Check whether we can read/write configuration
diff --git a/setup/lib/index.lib.php b/setup/lib/index.lib.php
index af1813b3ac..54781f89c6 100644
--- a/setup/lib/index.lib.php
+++ b/setup/lib/index.lib.php
@@ -206,7 +206,7 @@ function PMA_checkConfigRw(&$is_readable, &$is_writable, &$file_exists)
*
* @return void
*/
-function perform_config_checks()
+function PMA_performConfigChecks()
{
$cf = ConfigFile::getInstance();
$blowfish_secret = $cf->get('blowfish_secret');