aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README4
-rw-r--r--r7r_repo/main.php2
-rw-r--r--r7r_repo/templates/src/setup.html2
3 files changed, 6 insertions, 2 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..700616a
--- /dev/null
+++ b/README
@@ -0,0 +1,4 @@
+r7r_repo
+========
+
+r7r_repo helps to setting up a plugin package repository for the Ratatöskr CMS.
diff --git a/r7r_repo/main.php b/r7r_repo/main.php
index cd62825..a7f075b 100644
--- a/r7r_repo/main.php
+++ b/r7r_repo/main.php
@@ -556,7 +556,7 @@ $url_handlers = array(
$settings["setup_finished"] = True;
- $url_next = array("index");
+ $url_next = array("_prelude", "index");
return;
}
}
diff --git a/r7r_repo/templates/src/setup.html b/r7r_repo/templates/src/setup.html
index c73abb4..e62a580 100644
--- a/r7r_repo/templates/src/setup.html
+++ b/r7r_repo/templates/src/setup.html
@@ -18,7 +18,7 @@
</div>
</ste:then>
</ste:if>
- <form action="$rel_path_to_root/setup" method="POST" accept-charset="UTF-8">
+ <form action="$rel_path_to_root" method="POST" accept-charset="UTF-8">
<p>
<strong>Admin username</strong><br />
<input type="text" name="admin_name" value="" />