Skip to content

Commit 067db7e

Browse files
Fix rename, 1.2.1
1 parent 4e2238d commit 067db7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "erik-dubbelboer/php-redis-admin",
33
"description": "Simple web interface to manage Redis databases.",
4-
"version": "1.2.0",
4+
"version": "1.2.1",
55
"license": "CC-BY-ND",
66
"homepage": "https://github.com/ErikDubbelboer/phpRedisAdmin",
77
"authors": [

rename.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
?>
2020
<script>
21-
top.location.href = top.location.pathname+'?view&s=<?php echo $server['id']?>&amp;d=<?php echo $server['db']?>&key=<?php echo urlencode($_POST['key'])?>';
21+
top.location.href = top.location.pathname+'?view&s=<?php echo $server['id']?>&d=<?php echo $server['db']?>&key=<?php echo urlencode($_POST['key'])?>';
2222
</script>
2323
<?php
2424

0 commit comments

Comments
 (0)