2002-06-21 Olivier L. M�ller <om@omnis.ch>

* libraries/common.lib.php3, main.php3: be more tolerant with lazy
      sysadmins or users by letting them having an empty
      $cfg['PmaAbsoluteUri']. A default value (which should work according
      to the docs...) will be set and a warning displayed on main.php3.
This commit is contained in:
Olivier Müller
2002-06-21 21:38:15 +00:00
parent 0448a2913e
commit 9172958f7c
3 changed files with 32 additions and 6 deletions

View File

@@ -562,6 +562,12 @@ echo "\n";
<?php
if ($DisplayPmaAbsoluteUriWarning) {
echo '<p class="warning">'. $strPmaUriError . '</p>' . "\n";
}
/**
* Displays the footer
*/