Support for saving to file on server (part of RFE #730197).

This commit is contained in:
Michal Čihař
2003-05-13 16:27:16 +00:00
parent 57e72b0541
commit bf88b4e077
100 changed files with 737 additions and 33 deletions

View File

@@ -1680,7 +1680,7 @@ h1 {font-family: sans-serif; font-size: large; font-weight: bold}
if ((basename($PHP_SELF) == $link ||
$active ||
(isset($GLOBALS['goto']) && basename($PHP_SELF) == 'read_dump.php3' && $GLOBALS['goto'] == $link)
(isset($GLOBALS['goto']) && (basename($PHP_SELF) == 'tbl_dump.php3' || basename($PHP_SELF) == 'read_dump.php3') && $GLOBALS['goto'] == $link)
) && ($text != $GLOBALS['strEmpty'] && $text != $GLOBALS['strDrop'])) {
$bgcolor = 'silver';
} else {