summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Rayhawk <jrayhawk@cobain.omgwallhack.org>2011-05-04 21:55:08 -0700
committerJoe Rayhawk <jrayhawk@cobain.omgwallhack.org>2011-05-04 21:55:08 -0700
commit05010e8127b6d1902fb08a6175a5b86dd1d720ea (patch)
treef5ba2fa1f1817c146b9fd3e212dbcfae34a8da18
parent3fb0c248d0eae9d93809b7d89011278913a884fc (diff)
downloadhosting-05010e8127b6d1902fb08a6175a5b86dd1d720ea.tar.gz
hosting-05010e8127b6d1902fb08a6175a5b86dd1d720ea.zip
Fixing command submission URLs
-rw-r--r--command/addaccess.mdwn2
-rw-r--r--command/newrepo.mdwn2
-rw-r--r--command/rmaccess.mdwn2
-rw-r--r--command/rmrepo.mdwn2
4 files changed, 4 insertions, 4 deletions
diff --git a/command/addaccess.mdwn b/command/addaccess.mdwn
index fe116f5..6b827dc 100644
--- a/command/addaccess.mdwn
+++ b/command/addaccess.mdwn
@@ -1,6 +1,6 @@
# Add User Access to a Repository
-<form action="https://secure.piny.be/auth/addaccess">
+<form action="https://secure.piny.be/auth/addaccess.cgi">
[[!table format=dsv delimiter=# data="""
Repository name: # <input type="text" name="r" />
User name: # <input type="text" name="n" />
diff --git a/command/newrepo.mdwn b/command/newrepo.mdwn
index 0ff426f..a385ae2 100644
--- a/command/newrepo.mdwn
+++ b/command/newrepo.mdwn
@@ -1,6 +1,6 @@
# New Repository
-<form action="https://secure.piny.be/auth/newrepo">
+<form action="https://secure.piny.be/auth/newrepo.cgi">
<p>New repository name: <input type="text" name="r" /></p>
<p>Provide a one-line description to be used in repo listings:s</p>
<p><input type="text" name="d" size="80" maxlength="80" /></p>
diff --git a/command/rmaccess.mdwn b/command/rmaccess.mdwn
index 98903fa..4be0a8c 100644
--- a/command/rmaccess.mdwn
+++ b/command/rmaccess.mdwn
@@ -1,6 +1,6 @@
# Remove User Access to a Repository
-<form action="https://secure.piny.be/auth/rmaccess">
+<form action="https://secure.piny.be/auth/rmaccess.cgi">
[[!table format=dsv delimiter=# data="""
Repository name: # <input type="text" name="r" />
User name: # <input type="text" name="n" />
diff --git a/command/rmrepo.mdwn b/command/rmrepo.mdwn
index 3167269..d42e9eb 100644
--- a/command/rmrepo.mdwn
+++ b/command/rmrepo.mdwn
@@ -1,5 +1,5 @@
# Remove a Repository
-<form action="https://secure.piny.be/auth/rmrepo">
+<form action="https://secure.piny.be/auth/rmrepo.cgi">
Repository name: <input type="text" name="r" /> <input type="submit" />
</form>