Revision 7899
Added by Aaron Marcuse-Kubitza almost 12 years ago
index.php | ||
---|---|---|
79 | 79 |
if ($path->head) |
80 | 80 |
{ |
81 | 81 |
$url .= "&table=".$path->head; |
82 |
if ($path->tail) |
|
83 |
{ |
|
84 |
$url .= "&column=".$path->tail; |
|
85 |
$target = "tbl_alter"; |
|
86 |
} |
|
87 |
else $target = "tbl_structure"; |
|
82 |
if ($path->tail) $url .= "&column=".$path->tail; |
|
83 |
$target = "tbl_structure"; |
|
88 | 84 |
} |
89 | 85 |
$url .= "&target=".$target.".php"; |
90 | 86 |
return $url; |
Also available in: Unified diff
web/vegpath/index.php: phpMyAdmin(): Fixed bug where can't use tbl_alter as the column target page because it requires a token param, which is only obtained after the user logs in