Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/erikdubbelboer/phpRedisAdmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Dubbelboer <erik@dubbelboer.com>2015-04-11 10:15:32 +0300
committerErik Dubbelboer <erik@dubbelboer.com>2015-04-11 10:15:32 +0300
commit067db7ee9993bf7b0c109cfe29fc192673d66cd8 (patch)
tree54905787cd3a3dca26b0ed8637c2e215d681074f
parent4e2238d795f3413a4853d1167437c78437f5fcd5 (diff)
Fix rename, 1.2.1v1.2.1
-rw-r--r--composer.json2
-rw-r--r--rename.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index d51d3cc..27b6a9e 100644
--- a/composer.json
+++ b/composer.json
@@ -1,7 +1,7 @@
{
"name": "erik-dubbelboer/php-redis-admin",
"description": "Simple web interface to manage Redis databases.",
- "version": "1.2.0",
+ "version": "1.2.1",
"license": "CC-BY-ND",
"homepage": "https://github.com/ErikDubbelboer/phpRedisAdmin",
"authors": [
diff --git a/rename.php b/rename.php
index 6c192b1..1dd50d9 100644
--- a/rename.php
+++ b/rename.php
@@ -18,7 +18,7 @@ if (isset($_POST['old'], $_POST['key'])) {
?>
<script>
- top.location.href = top.location.pathname+'?view&s=<?php echo $server['id']?>&amp;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'])?>';
</script>
<?php