Typo in variable name
This commit is contained in:
2
main.php
2
main.php
@@ -214,7 +214,7 @@ if ($GLOBALS['cfg']['ShowServerInfo'] || $GLOBALS['cfg']['ShowPhpInfo']) {
|
|||||||
echo '<div class="group">';
|
echo '<div class="group">';
|
||||||
echo '<h2>phpMyAdmin</h2>';
|
echo '<h2>phpMyAdmin</h2>';
|
||||||
echo '<ul>';
|
echo '<ul>';
|
||||||
$clas = null;
|
$class = null;
|
||||||
if ($GLOBALS['cfg']['VersionCheck']) {
|
if ($GLOBALS['cfg']['VersionCheck']) {
|
||||||
$class = 'jsversioncheck';
|
$class = 'jsversioncheck';
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user