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>2011-07-15 16:53:20 +0400
committerMarc Delisle <marc@infomarc.info>2011-07-15 16:57:23 +0400
commit108f73842355a942314f93b8b4bbfa75199564a2 (patch)
treebc5b0d7fdf9c7cdff5b3e6b44039b583b64b81c6 /setup
parent87306f13778197dfed2a3b85bcd127aa0412ecbe (diff)
remove version number in /setup
Diffstat (limited to 'setup')
-rw-r--r--setup/index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup/index.php b/setup/index.php
index 9100f00c7a..561679cbcb 100644
--- a/setup/index.php
+++ b/setup/index.php
@@ -33,7 +33,7 @@ require './libraries/header_http.inc.php';
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-<title>phpMyAdmin <?php echo $GLOBALS['PMA_Config']->get('PMA_VERSION'); ?> setup</title>
+<title>phpMyAdmin setup</title>
<link href="../favicon.ico" rel="icon" type="image/x-icon" />
<link href="../favicon.ico" rel="shortcut icon" type="image/x-icon" />
<link href="styles.css" rel="stylesheet" type="text/css" />
@@ -44,7 +44,7 @@ require './libraries/header_http.inc.php';
<script type="text/javascript" src="scripts.js"></script>
</head>
<body>
-<h1><span class="blue">php</span><span class="orange">MyAdmin</span> <?php echo $GLOBALS['PMA_Config']->get('PMA_VERSION'); ?> setup</h1>
+<h1><span class="blue">php</span><span class="orange">MyAdmin</span> setup</h1>
<div id="menu">
<?php
require './setup/frames/menu.inc.php';