aboutsummaryrefslogtreecommitdiff
path: root/r7r_repo
diff options
context:
space:
mode:
Diffstat (limited to 'r7r_repo')
-rw-r--r--r7r_repo/main.php2
-rw-r--r--r7r_repo/templates/src/setup.html2
2 files changed, 2 insertions, 2 deletions
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="" />