We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e2238d commit 067db7eCopy full SHA for 067db7e
composer.json
@@ -1,7 +1,7 @@
1
{
2
"name": "erik-dubbelboer/php-redis-admin",
3
"description": "Simple web interface to manage Redis databases.",
4
- "version": "1.2.0",
+ "version": "1.2.1",
5
"license": "CC-BY-ND",
6
"homepage": "https://github.com/ErikDubbelboer/phpRedisAdmin",
7
"authors": [
rename.php
@@ -18,7 +18,7 @@
18
19
?>
20
<script>
21
- top.location.href = top.location.pathname+'?view&s=<?php echo $server['id']?>&d=<?php echo $server['db']?>&key=<?php echo urlencode($_POST['key'])?>';
+ top.location.href = top.location.pathname+'?view&s=<?php echo $server['id']?>&d=<?php echo $server['db']?>&key=<?php echo urlencode($_POST['key'])?>';
22
</script>
23
<?php
24
0 commit comments