Fixed CSS link.

This commit is contained in:
Alexander M. Turek
2003-03-13 20:23:30 +00:00
parent cdc5cd1a02
commit d3c66676a7
3 changed files with 5 additions and 2 deletions

View File

@@ -6,6 +6,7 @@
* Change to basedir for including/requiring other fields
*/
chdir('../../');
define('PMA_PATH_TO_BASEDIR', '../../'); // rabus: required for the CSS link tag.
/**
* Don't display the page heading
@@ -56,7 +57,7 @@ while(list($key, $mimetype) = each($types['mimetype'])) {
<th><?php echo $strMIME_transformation; ?></th>
<th><?php echo $strMIME_description; ?></th>
</tr>
<?php
@reset($types);
$i = 0;